#371902

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

Shades of Brown Pod #371902

Tints of Brown Pod #371902

Color information

#371902 (or 0x371902) is unknown color: approx Brown Pod. HEX triplet: 37, 19 and 02. RGB value is (55,25,2). Sum of RGB (Red+Green+Blue) = 55+25+2=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371902 is #C8E6FD. Grayscale: #1F1F1F. Windows color (decimal): -13166334 or 137527. OLE color: 137527.

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

Color convert

RGB55252-
CMYK00.550.960.78
HSL26.04º92.98%11.18%-
HSV(B)26.04º96.36%21.57%-
XYZ1.931.510.25-
YUV31.35111.44144.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=67.07%
G=30.49%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525200.550.960.7826.0492.9811.18
Hex37192037604E1a5db
Octal673120671401163213513
Binary11011111001100110111110000010011101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371902; }

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

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

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

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

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

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

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

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