#370804

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

Shades of Seal Brown #370804

Tints of Seal Brown #370804

Color information

#370804 (or 0x370804) is unknown color: approx Seal Brown. HEX triplet: 37, 08 and 04. RGB value is (55,8,4). Sum of RGB (Red+Green+Blue) = 55+8+4=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370804 is #C8F7FB. Grayscale: #151515. Windows color (decimal): -13170684 or 264247. OLE color: 264247.

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

Color convert

RGB5584-
CMYK00.850.930.78
HSL4.71º86.44%11.57%-
HSV(B)4.71º92.73%21.57%-
XYZ1.680.990.22-
YUV21.6118.07151.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 82.09%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=82.09%
G=11.94%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal558400.850.930.784.7186.4411.57
Hex37840555D4E556c
Octal671040125135116512614
Binary1101111000100010101011011101100111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370804; }

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

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

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

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

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

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

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

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