#360F08

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

Shades of Seal Brown #360F08

Tints of Seal Brown #360F08

Color information

#360F08 (or 0x360F08) is unknown color: approx Seal Brown. HEX triplet: 36, 0F and 08. RGB value is (54,15,8). Sum of RGB (Red+Green+Blue) = 54+15+8=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F08 is #C9F0F7. Grayscale: #191919. Windows color (decimal): -13234424 or 528182. OLE color: 528182.

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

Color convert

RGB54158-
CMYK00.720.850.79
HSL9.13º74.19%12.16%-
HSV(B)9.13º85.19%21.18%-
XYZ1.741.140.36-
YUV25.86117.92148.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=70.13%
G=19.48%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5415800.720.850.799.1374.1912.16
Hex36F8048554F94ac
Octal66171001101251171111214
Binary110110111110000100100010101011001111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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