#371A0A

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

Shades of Brown Pod #371A0A

Tints of Brown Pod #371A0A

Color information

#371A0A (or 0x371A0A) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 0A. RGB value is (55,26,10). Sum of RGB (Red+Green+Blue) = 55+26+10=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0A is #C8E5F5. Grayscale: #202020. Windows color (decimal): -13166070 or 662071. OLE color: 662071.

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

Color convert

RGB552610-
CMYK00.530.820.78
HSL21.33º69.23%12.75%-
HSV(B)21.33º81.82%21.57%-
XYZ21.570.49-
YUV32.85115.11143.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=60.44%
G=28.57%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55261000.530.820.7821.3369.2312.75
Hex371AA035524E1545d
Octal6732120651221162510515
Binary1101111101010100110101101001010011101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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