#370D02

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

Shades of Seal Brown #370D02

Tints of Seal Brown #370D02

Color information

#370D02 (or 0x370D02) is unknown color: approx Seal Brown. HEX triplet: 37, 0D and 02. RGB value is (55,13,2). Sum of RGB (Red+Green+Blue) = 55+13+2=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D02 is #C8F2FD. Grayscale: #181818. Windows color (decimal): -13169406 or 134455. OLE color: 134455.

HSL color Cylindrical-coordinate representation of color #370D02: hue angle of 12.45º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370D02 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB55132-
CMYK00.760.960.78
HSL12.45º92.98%11.18%-
HSV(B)12.45º96.36%21.57%-
XYZ1.731.10.18-
YUV24.3115.41149.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 78.57%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=78.57%
G=18.57%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5513200.760.960.7812.4592.9811.18
Hex37D204C604Ec5db
Octal6715201141401161413513
Binary1101111101100100110011000001001110110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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