#371A02

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

Shades of Brown Pod #371A02

Tints of Brown Pod #371A02

Color information

#371A02 (or 0x371A02) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 02. RGB value is (55,26,2). Sum of RGB (Red+Green+Blue) = 55+26+2=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A02 is #C8E5FD. Grayscale: #202020. Windows color (decimal): -13166078 or 137783. OLE color: 137783.

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

Color convert

RGB55262-
CMYK00.530.960.78
HSL27.17º92.98%11.18%-
HSV(B)27.17º96.36%21.57%-
XYZ1.961.560.25-
YUV31.94111.11144.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=66.27%
G=31.33%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5526200.530.960.7827.1792.9811.18
Hex371A2035604E1b5db
Octal673220651401163313513
Binary11011111010100110101110000010011101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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