#360A09

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

Shades of Seal Brown #360A09

Tints of Seal Brown #360A09

Color information

#360A09 (or 0x360A09) is unknown color: approx Seal Brown. HEX triplet: 36, 0A and 09. RGB value is (54,10,9). Sum of RGB (Red+Green+Blue) = 54+10+9=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A09 is #C9F5F6. Grayscale: #171717. Windows color (decimal): -13235703 or 592438. OLE color: 592438.

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

Color convert

RGB54109-
CMYK00.810.830.79
HSL1.33º71.43%12.35%-
HSV(B)1.33º83.33%21.18%-
XYZ1.681.020.37-
YUV23.04120.08150.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=73.97%
G=13.70%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5410900.810.830.791.3371.4312.35
Hex36A9051534F147c
Octal6612110121123117110714
Binary110110101010010101000110100111001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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