#370A05

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

Shades of Seal Brown #370A05

Tints of Seal Brown #370A05

Color information

#370A05 (or 0x370A05) is unknown color: approx Seal Brown. HEX triplet: 37, 0A and 05. RGB value is (55,10,5). Sum of RGB (Red+Green+Blue) = 55+10+5=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A05 is #C8F5FA. Grayscale: #161616. Windows color (decimal): -13170171 or 330295. OLE color: 330295.

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

Color convert

RGB55105-
CMYK00.820.910.78
HSL83.33%11.76%-
HSV(B)90.91%21.57%-
XYZ1.711.040.25-
YUV22.88117.91150.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 78.57%
GREEN value IS 10 (4.30% from 255) = 14.29%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=78.57%
G=14.29%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5510500.820.910.78683.3311.76
Hex37A50525B4E653c
Octal671250122133116612314
Binary1101111010101010100101011011100111011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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