#360E08

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

Shades of Seal Brown #360E08

Tints of Seal Brown #360E08

Color information

#360E08 (or 0x360E08) is unknown color: approx Seal Brown. HEX triplet: 36, 0E and 08. RGB value is (54,14,8). Sum of RGB (Red+Green+Blue) = 54+14+8=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E08 is #C9F1F7. Grayscale: #191919. Windows color (decimal): -13234680 or 527926. OLE color: 527926.

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

Color convert

RGB54148-
CMYK00.740.850.79
HSL7.83º74.19%12.16%-
HSV(B)7.83º85.19%21.18%-
XYZ1.721.120.35-
YUV25.28118.25148.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=71.05%
G=18.42%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414800.740.850.797.8374.1912.16
Hex36E804A554F84ac
Octal66161001121251171011214
Binary110110111010000100101010101011001111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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