#360A0A

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

Shades of Seal Brown #360A0A

Tints of Seal Brown #360A0A

Color information

#360A0A (or 0x360A0A) is unknown color: approx Seal Brown. HEX triplet: 36, 0A and 0A. RGB value is (54,10,10). Sum of RGB (Red+Green+Blue) = 54+10+10=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A0A is #C9F5F5. Grayscale: #171717. Windows color (decimal): -13235702 or 657974. OLE color: 657974.

HSL color Cylindrical-coordinate representation of color #360A0A: hue angle of 0º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A0A is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB541010-
CMYK00.810.810.79
HSL68.75%12.55%-
HSV(B)81.48%21.18%-
XYZ1.681.020.4-
YUV23.16120.58150-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=72.97%
G=13.51%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54101000.810.810.79068.7512.55
Hex36AA051514F045d
Octal6612120121121117010515
Binary110110101010100101000110100011001111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360A0A; }

 p { color: rgb(54,10,10); }

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

<style>
 a { background-color: #360A0A; }

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

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

<style>
 span { border-color: #360A0A; }

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

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