#371302

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

Shades of Brown Pod #371302

Tints of Brown Pod #371302

Color information

#371302 (or 0x371302) is unknown color: approx Brown Pod. HEX triplet: 37, 13 and 02. RGB value is (55,19,2). Sum of RGB (Red+Green+Blue) = 55+19+2=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371302 is #C8ECFD. Grayscale: #1B1B1B. Windows color (decimal): -13167870 or 135991. OLE color: 135991.

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

Color convert

RGB55192-
CMYK00.650.960.78
HSL19.25º92.98%11.18%-
HSV(B)19.25º96.36%21.57%-
XYZ1.821.280.21-
YUV27.83113.43147.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=72.37%
G=25%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5519200.650.960.7819.2592.9811.18
Hex37132041604E135db
Octal6723201011401162313513
Binary110111100111001000001110000010011101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371302; }

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

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

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

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

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

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

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

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