#371608

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

Shades of Brown Pod #371608

Tints of Brown Pod #371608

Color information

#371608 (or 0x371608) is unknown color: approx Brown Pod. HEX triplet: 37, 16 and 08. RGB value is (55,22,8). Sum of RGB (Red+Green+Blue) = 55+22+8=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371608 is #C8E9F7. Grayscale: #1E1E1E. Windows color (decimal): -13167096 or 529975. OLE color: 529975.

HSL color Cylindrical-coordinate representation of color #371608: hue angle of 17.87º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371608 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB55228-
CMYK00.60.850.78
HSL17.87º74.6%12.35%-
HSV(B)17.87º85.45%21.57%-
XYZ1.911.40.4-
YUV30.27115.43145.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=64.71%
G=25.88%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522800.60.850.7817.8774.612.35
Hex3716803C554E124bc
Octal6726100741251162211314
Binary1101111011010000111100101010110011101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371608; }

 p { color: rgb(55,22,8); }

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

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

 a { background-color: rgb(55,22,8); }

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

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

 span { border-color: rgb(55,22,8); }

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