#371C0C

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

Shades of Brown Pod #371C0C

Tints of Brown Pod #371C0C

Color information

#371C0C (or 0x371C0C) is unknown color: approx Brown Pod. HEX triplet: 37, 1C and 0C. RGB value is (55,28,12). Sum of RGB (Red+Green+Blue) = 55+28+12=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C0C is #C8E3F3. Grayscale: #222222. Windows color (decimal): -13165556 or 793655. OLE color: 793655.

HSL color Cylindrical-coordinate representation of color #371C0C: hue angle of 22.33º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371C0C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB552812-
CMYK00.490.780.78
HSL22.33º64.18%13.14%-
HSV(B)22.33º78.18%21.57%-
XYZ2.061.670.56-
YUV34.25115.45142.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=57.89%
G=29.47%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55281200.490.780.7822.3364.1813.14
Hex371CC0314E4E1640d
Octal6734140611161162610015
Binary1101111110011000110001100111010011101011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C0C; }

 p { color: rgb(55,28,12); }

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

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

 a { background-color: rgb(55,28,12); }

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

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

 span { border-color: rgb(55,28,12); }

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