#370F0E

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

Shades of Seal Brown #370F0E

Tints of Seal Brown #370F0E

Color information

#370F0E (or 0x370F0E) is unknown color: approx Seal Brown. HEX triplet: 37, 0F and 0E. RGB value is (55,15,14). Sum of RGB (Red+Green+Blue) = 55+15+14=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F0E is #C8F0F1. Grayscale: #1A1A1A. Windows color (decimal): -13168882 or 921399. OLE color: 921399.

HSL color Cylindrical-coordinate representation of color #370F0E: hue angle of 1.46º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370F0E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB551514-
CMYK00.730.750.78
HSL1.46º59.42%13.53%-
HSV(B)1.46º74.55%21.57%-
XYZ1.831.190.55-
YUV26.85120.75148.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=65.48%
G=17.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55151400.730.750.781.4659.4213.53
Hex37FE0494B4E13be
Octal671716011111311617316
Binary11011111111110010010011001011100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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