#370905

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

Shades of Seal Brown #370905

Tints of Seal Brown #370905

Color information

#370905 (or 0x370905) is unknown color: approx Seal Brown. HEX triplet: 37, 09 and 05. RGB value is (55,9,5). Sum of RGB (Red+Green+Blue) = 55+9+5=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370905 is #C8F6FA. Grayscale: #161616. Windows color (decimal): -13170427 or 330039. OLE color: 330039.

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

Color convert

RGB5595-
CMYK00.840.910.78
HSL4.8º83.33%11.76%-
HSV(B)4.8º90.91%21.57%-
XYZ1.71.020.25-
YUV22.3118.24151.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 79.71%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=79.71%
G=13.04%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal559500.840.910.784.883.3311.76
Hex37950545B4E553c
Octal671150124133116512314
Binary1101111001101010101001011011100111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370905; }

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

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

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

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

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

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

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

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