#371905

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

Shades of Brown Pod #371905

Tints of Brown Pod #371905

Color information

#371905 (or 0x371905) is unknown color: approx Brown Pod. HEX triplet: 37, 19 and 05. RGB value is (55,25,5). Sum of RGB (Red+Green+Blue) = 55+25+5=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371905 is #C8E6FA. Grayscale: #1F1F1F. Windows color (decimal): -13166331 or 334135. OLE color: 334135.

HSL color Cylindrical-coordinate representation of color #371905: hue angle of 24º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371905 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB55255-
CMYK00.550.910.78
HSL24º83.33%11.76%-
HSV(B)24º90.91%21.57%-
XYZ1.951.520.33-
YUV31.69112.94144.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=64.71%
G=29.41%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525500.550.910.782483.3311.76
Hex371950375B4E1853c
Octal673150671331163012314
Binary110111110011010110111101101110011101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371905; }

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

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

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

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

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

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

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

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