#371404

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

Shades of Brown Pod #371404

Tints of Brown Pod #371404

Color information

#371404 (or 0x371404) is unknown color: approx Brown Pod. HEX triplet: 37, 14 and 04. RGB value is (55,20,4). Sum of RGB (Red+Green+Blue) = 55+20+4=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371404 is #C8EBFB. Grayscale: #1C1C1C. Windows color (decimal): -13167612 or 267319. OLE color: 267319.

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

Color convert

RGB55204-
CMYK00.640.930.78
HSL18.82º86.44%11.57%-
HSV(B)18.82º92.73%21.57%-
XYZ1.851.320.27-
YUV28.64114.1146.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=69.62%
G=25.32%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5520400.640.930.7818.8286.4411.57
Hex371440405D4E1356c
Octal6724401001351162312614
Binary1101111010010001000000101110110011101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371404; }

 p { color: rgb(55,20,4); }

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

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

 a { background-color: rgb(55,20,4); }

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

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

 span { border-color: rgb(55,20,4); }

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