#360C08

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

Shades of Seal Brown #360C08

Tints of Seal Brown #360C08

Color information

#360C08 (or 0x360C08) is unknown color: approx Seal Brown. HEX triplet: 36, 0C and 08. RGB value is (54,12,8). Sum of RGB (Red+Green+Blue) = 54+12+8=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C08 is #C9F3F7. Grayscale: #181818. Windows color (decimal): -13235192 or 527414. OLE color: 527414.

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

Color convert

RGB54128-
CMYK00.780.850.79
HSL5.22º74.19%12.16%-
HSV(B)5.22º85.19%21.18%-
XYZ1.71.060.35-
YUV24.1118.91149.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=72.97%
G=16.22%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412800.780.850.795.2274.1912.16
Hex36C804E554F54ac
Octal6614100116125117511214
Binary11011011001000010011101010101100111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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