#370E02

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

Shades of Seal Brown #370E02

Tints of Seal Brown #370E02

Color information

#370E02 (or 0x370E02) is unknown color: approx Seal Brown. HEX triplet: 37, 0E and 02. RGB value is (55,14,2). Sum of RGB (Red+Green+Blue) = 55+14+2=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E02 is #C8F1FD. Grayscale: #181818. Windows color (decimal): -13169150 or 134711. OLE color: 134711.

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

Color convert

RGB55142-
CMYK00.750.960.78
HSL13.58º92.98%11.18%-
HSV(B)13.58º96.36%21.57%-
XYZ1.741.130.18-
YUV24.89115.08149.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 77.46%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=77.46%
G=19.72%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5514200.750.960.7813.5892.9811.18
Hex37E204B604Ee5db
Octal6716201131401161613513
Binary1101111110100100101111000001001110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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