#370F05

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

Shades of Seal Brown #370F05

Tints of Seal Brown #370F05

Color information

#370F05 (or 0x370F05) is unknown color: approx Seal Brown. HEX triplet: 37, 0F and 05. RGB value is (55,15,5). Sum of RGB (Red+Green+Blue) = 55+15+5=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F05 is #C8F0FA. Grayscale: #191919. Windows color (decimal): -13168891 or 331575. OLE color: 331575.

HSL color Cylindrical-coordinate representation of color #370F05: hue angle of 12º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370F05 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB55155-
CMYK00.730.910.78
HSL12º83.33%11.76%-
HSV(B)12º90.91%21.57%-
XYZ1.771.160.27-
YUV25.82116.25148.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5515500.730.910.781283.3311.76
Hex37F50495B4Ec53c
Octal6717501111331161412314
Binary11011111111010100100110110111001110110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370F05; }

 p { color: rgb(55,15,5); }

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

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

 a { background-color: rgb(55,15,5); }

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

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

 span { border-color: rgb(55,15,5); }

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