#370C05

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

Shades of Seal Brown #370C05

Tints of Seal Brown #370C05

Color information

#370C05 (or 0x370C05) is unknown color: approx Seal Brown. HEX triplet: 37, 0C and 05. RGB value is (55,12,5). Sum of RGB (Red+Green+Blue) = 55+12+5=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C05 is #C8F3FA. Grayscale: #181818. Windows color (decimal): -13169659 or 330807. OLE color: 330807.

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

Color convert

RGB55125-
CMYK00.780.910.78
HSL8.4º83.33%11.76%-
HSV(B)8.4º90.91%21.57%-
XYZ1.731.090.26-
YUV24.06117.25150.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=76.39%
G=16.67%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512500.780.910.788.483.3311.76
Hex37C504E5B4E853c
Octal6714501161331161012314
Binary11011111001010100111010110111001110100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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