#371604

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

Shades of Brown Pod #371604

Tints of Brown Pod #371604

Color information

#371604 (or 0x371604) is unknown color: approx Brown Pod. HEX triplet: 37, 16 and 04. RGB value is (55,22,4). Sum of RGB (Red+Green+Blue) = 55+22+4=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371604 is #C8E9FB. Grayscale: #1D1D1D. Windows color (decimal): -13167100 or 267831. OLE color: 267831.

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

Color convert

RGB55224-
CMYK00.60.930.78
HSL21.18º86.44%11.57%-
HSV(B)21.18º92.73%21.57%-
XYZ1.881.390.28-
YUV29.82113.43145.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.90%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=67.90%
G=27.16%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522400.60.930.7821.1886.4411.57
Hex3716403C5D4E1556c
Octal672640741351162512614
Binary110111101101000111100101110110011101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371604; }

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

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

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

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

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

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

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

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