#370A00

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

Shades of Seal Brown #370A00

Tints of Seal Brown #370A00

Color information

#370A00 (or 0x370A00) is unknown color: approx Seal Brown. HEX triplet: 37, 0A and 00. RGB value is (55,10,0). Sum of RGB (Red+Green+Blue) = 55+10+0=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A00 is #C8F5FF. Grayscale: #161616. Windows color (decimal): -13170176 or 2615. OLE color: 2615.

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

Color convert

RGB55100-
CMYK00.8210.78
HSL10.91º100%10.78%-
HSV(B)10.91º100%21.57%-
XYZ1.681.030.11-
YUV22.32115.41151.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 84.62%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.62%
G=15.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5510000.8210.7810.9110010.78
Hex37A0052644Eb64b
Octal6712001221441161314413
Binary110111101000101001011001001001110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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