#B16817

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

Shades of Golden Brown #B16817

Tints of Golden Brown #B16817

Color information

#B16817 (or 0xB16817) is unknown color: approx Golden Brown. HEX triplet: B1, 68 and 17. RGB value is (177,104,23). Sum of RGB (Red+Green+Blue) = 177+104+23=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B16817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16817 is #4E97E8. Grayscale: #747474. Windows color (decimal): -5150697 or 1534129. OLE color: 1534129.

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

Color convert

RGB17710423-
CMYK00.410.870.31
HSL31.56º77%39.22%-
HSV(B)31.56º87.01%69.41%-
XYZ23.2419.313.31-
YUV116.5975.18171.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 23 (9.38% from 255) = 7.57%
R=58.22%
G=34.21%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771042300.410.870.3131.567739.22
HexB16817029571F204d27
Octal26115027051127374011547
Binary1011000111010001011101010011010111111111000001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16817; }

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

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

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

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

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

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

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

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