#360D08

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

Shades of Seal Brown #360D08

Tints of Seal Brown #360D08

Color information

#360D08 (or 0x360D08) is unknown color: approx Seal Brown. HEX triplet: 36, 0D and 08. RGB value is (54,13,8). Sum of RGB (Red+Green+Blue) = 54+13+8=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D08 is #C9F2F7. Grayscale: #181818. Windows color (decimal): -13234936 or 527670. OLE color: 527670.

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

Color convert

RGB54138-
CMYK00.760.850.79
HSL6.52º74.19%12.16%-
HSV(B)6.52º85.19%21.18%-
XYZ1.711.090.35-
YUV24.69118.58148.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=72%
G=17.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5413800.760.850.796.5274.1912.16
Hex36D804C554F74ac
Octal6615100114125117711214
Binary11011011011000010011001010101100111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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