#371B0C

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

Shades of Brown Pod #371B0C

Tints of Brown Pod #371B0C

Color information

#371B0C (or 0x371B0C) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 0C. RGB value is (55,27,12). Sum of RGB (Red+Green+Blue) = 55+27+12=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0C is #C8E4F3. Grayscale: #212121. Windows color (decimal): -13165812 or 793399. OLE color: 793399.

HSL color Cylindrical-coordinate representation of color #371B0C: hue angle of 20.93º 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 #371B0C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB552712-
CMYK00.510.780.78
HSL20.93º64.18%13.14%-
HSV(B)20.93º78.18%21.57%-
XYZ2.031.620.55-
YUV33.66115.78143.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=58.51%
G=28.72%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55271200.510.780.7820.9364.1813.14
Hex371BC0334E4E1540d
Octal6733140631161162510015
Binary1101111101111000110011100111010011101010110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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