#371900

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

Shades of Brown Pod #371900

Tints of Brown Pod #371900

Color information

#371900 (or 0x371900) is unknown color: approx Brown Pod. HEX triplet: 37, 19 and 00. RGB value is (55,25,0). Sum of RGB (Red+Green+Blue) = 55+25+0=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371900 is #C8E6FF. Grayscale: #1F1F1F. Windows color (decimal): -13166336 or 6455. OLE color: 6455.

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

Color convert

RGB55250-
CMYK00.5510.78
HSL27.27º100%10.78%-
HSV(B)27.27º100%21.57%-
XYZ1.921.510.19-
YUV31.12110.44145.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.75%
G=31.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525000.5510.7827.2710010.78
Hex37190037644E1b64b
Octal673100671441163314413
Binary1101111100100110111110010010011101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371900; }

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

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

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

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

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

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

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

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