#370A07

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

Shades of Seal Brown #370A07

Tints of Seal Brown #370A07

Color information

#370A07 (or 0x370A07) is unknown color: approx Seal Brown. HEX triplet: 37, 0A and 07. RGB value is (55,10,7). Sum of RGB (Red+Green+Blue) = 55+10+7=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A07 is #C8F5F8. Grayscale: #171717. Windows color (decimal): -13170169 or 461367. OLE color: 461367.

HSL color Cylindrical-coordinate representation of color #370A07: hue angle of 3.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370A07 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB55107-
CMYK00.820.870.78
HSL3.75º77.42%12.16%-
HSV(B)3.75º87.27%21.57%-
XYZ1.721.040.31-
YUV23.11118.91150.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=76.39%
G=13.89%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5510700.820.870.783.7577.4212.16
Hex37A7052574E44dc
Octal671270122127116411514
Binary1101111010111010100101010111100111010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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