#371A10

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

Shades of Brown Pod #371A10

Tints of Brown Pod #371A10

Color information

#371A10 (or 0x371A10) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 10. RGB value is (55,26,16). Sum of RGB (Red+Green+Blue) = 55+26+16=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A10 is #C8E5EF. Grayscale: #212121. Windows color (decimal): -13166064 or 1055287. OLE color: 1055287.

HSL color Cylindrical-coordinate representation of color #371A10: hue angle of 15.38º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371A10 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB552616-
CMYK00.530.710.78
HSL15.38º54.93%13.92%-
HSV(B)15.38º70.91%21.57%-
XYZ2.041.590.69-
YUV33.53118.11143.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=56.70%
G=26.80%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55261600.530.710.7815.3854.9313.92
Hex371A10035474Ef37e
Octal673220065107116176716
Binary110111110101000001101011000111100111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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