#360C09

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

Shades of Seal Brown #360C09

Tints of Seal Brown #360C09

Color information

#360C09 (or 0x360C09) is unknown color: approx Seal Brown. HEX triplet: 36, 0C and 09. RGB value is (54,12,9). Sum of RGB (Red+Green+Blue) = 54+12+9=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C09 is #C9F3F6. Grayscale: #181818. Windows color (decimal): -13235191 or 592950. OLE color: 592950.

HSL color Cylindrical-coordinate representation of color #360C09: hue angle of 4º 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 #360C09 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB54129-
CMYK00.780.830.79
HSL71.43%12.35%-
HSV(B)83.33%21.18%-
XYZ1.71.070.37-
YUV24.22119.41149.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 9 (3.91% from 255) = 12%
R=72%
G=16%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412900.780.830.79471.4312.35
Hex36C904E534F447c
Octal6614110116123117410714
Binary11011011001001010011101010011100111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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