#370D05

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

Shades of Seal Brown #370D05

Tints of Seal Brown #370D05

Color information

#370D05 (or 0x370D05) is unknown color: approx Seal Brown. HEX triplet: 37, 0D and 05. RGB value is (55,13,5). Sum of RGB (Red+Green+Blue) = 55+13+5=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D05 is #C8F2FA. Grayscale: #181818. Windows color (decimal): -13169403 or 331063. OLE color: 331063.

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

Color convert

RGB55135-
CMYK00.760.910.78
HSL9.6º83.33%11.76%-
HSV(B)9.6º90.91%21.57%-
XYZ1.751.110.27-
YUV24.65116.91149.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=75.34%
G=17.81%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5513500.760.910.789.683.3311.76
Hex37D504C5B4Ea53c
Octal6715501141331161212314
Binary11011111011010100110010110111001110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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