#360E0B

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

Shades of Seal Brown #360E0B

Tints of Seal Brown #360E0B

Color information

#360E0B (or 0x360E0B) is unknown color: approx Seal Brown. HEX triplet: 36, 0E and 0B. RGB value is (54,14,11). Sum of RGB (Red+Green+Blue) = 54+14+11=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E0B is #C9F1F4. Grayscale: #191919. Windows color (decimal): -13234677 or 724534. OLE color: 724534.

HSL color Cylindrical-coordinate representation of color #360E0B: hue angle of 4.19º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360E0B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB541411-
CMYK00.740.800.79
HSL4.19º66.15%12.75%-
HSV(B)4.19º79.63%21.18%-
XYZ1.741.120.44-
YUV25.62119.75148.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=68.35%
G=17.72%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54141100.740.800.794.1966.1512.75
Hex36EB04A504F442d
Octal6616130112120117410215
Binary11011011101011010010101010000100111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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