#B16813

Color #B16813 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B16813

Tints of Golden Brown #B16813

Color information

#B16813 (or 0xB16813) is unknown color: approx Golden Brown. HEX triplet: B1, 68 and 13. RGB value is (177,104,19). Sum of RGB (Red+Green+Blue) = 177+104+19=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16813 is #4E97EC. Grayscale: #747474. Windows color (decimal): -5150701 or 1271985. OLE color: 1271985.

HSL color Cylindrical-coordinate representation of color #B16813: hue angle of 32.28º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16813 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17710419-
CMYK00.410.890.31
HSL32.28º80.61%38.43%-
HSV(B)32.28º89.27%69.41%-
XYZ23.219.293.12-
YUV116.1473.18171.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 19 (7.81% from 255) = 6.33%
R=59%
G=34.67%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771041900.410.890.3132.2880.6138.43
HexB16813029591F205126
Octal26115023051131374012146
Binary1011000111010001001101010011011001111111000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16813; }

 p { color: rgb(177,104,19); }

 H1.HeaderClassName
 {
   color: #B16813;
 }
 .AnyTagClassName
 {
   color: #B16813;
 }
</style>
background-color css

<style>
 a { background-color: #B16813; }

 a { background-color: rgb(177,104,19); }

 div.DivClassName
 {
   background-color: #B16813;
 }
 .BgClassName
 {
   background-color: #B16813;
 }
</style>
border-color css

<style>
 span { border-color: #B16813; }

 span { border-color: rgb(177,104,19); }

 td.TdClassName
 {
   border-color: #B16813;
 }
 .TagClassName
 {
   border-color: #B16813;
 }
</style>