#370401

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

Shades of Seal Brown #370401

Tints of Seal Brown #370401

Color information

#370401 (or 0x370401) is unknown color: approx Seal Brown. HEX triplet: 37, 04 and 01. RGB value is (55,4,1). Sum of RGB (Red+Green+Blue) = 55+4+1=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370401 is #C8FBFE. Grayscale: #121212. Windows color (decimal): -13171711 or 66615. OLE color: 66615.

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

Color convert

RGB5541-
CMYK00.930.980.78
HSL3.33º96.43%10.98%-
HSV(B)3.33º98.18%21.57%-
XYZ1.620.90.12-
YUV18.91117.9153.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=91.67%
G=6.67%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal554100.930.980.783.3396.4310.98
Hex374105D624E360b
Octal67410135142116314013
Binary110111100101011101110001010011101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370401; }

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

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

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

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

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

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

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

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