#370100

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

Shades of Seal Brown #370100

Tints of Seal Brown #370100

Color information

#370100 (or 0x370100) is unknown color: approx Seal Brown. HEX triplet: 37, 01 and 00. RGB value is (55,1,0). Sum of RGB (Red+Green+Blue) = 55+1+0=56 (7% of max value = 765). Red value is 55 (21.88% from 255 or 98.21% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 55 - color contains mainly: red. Hex color #370100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370100 is #C8FEFF. Grayscale: #111111. Windows color (decimal): -13172480 or 311. OLE color: 311.

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

Color convert

RGB5510-
CMYK00.9810.78
HSL1.09º100%10.78%-
HSV(B)1.09º100%21.57%-
XYZ1.590.830.08-
YUV17.03118.39155.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 98.21%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.21%
G=1.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal551000.9810.781.0910010.78
Hex3710062644E164b
Octal67100142144116114413
Binary110111100110001011001001001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370100; }

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

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

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

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

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

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

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

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