#371A0C

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

Shades of Brown Pod #371A0C

Tints of Brown Pod #371A0C

Color information

#371A0C (or 0x371A0C) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 0C. RGB value is (55,26,12). Sum of RGB (Red+Green+Blue) = 55+26+12=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0C is #C8E5F3. Grayscale: #212121. Windows color (decimal): -13166068 or 793143. OLE color: 793143.

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

Color convert

RGB552612-
CMYK00.530.780.78
HSL19.53º64.18%13.14%-
HSV(B)19.53º78.18%21.57%-
XYZ2.011.580.55-
YUV33.08116.11143.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=59.14%
G=27.96%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55261200.530.780.7819.5364.1813.14
Hex371AC0354E4E1440d
Octal6732140651161162410015
Binary1101111101011000110101100111010011101010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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