#36110B

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

Shades of Seal Brown #36110B

Tints of Seal Brown #36110B

Color information

#36110B (or 0x36110B) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 0B. RGB value is (54,17,11). Sum of RGB (Red+Green+Blue) = 54+17+11=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #36110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36110B is #C9EEF4. Grayscale: #1B1B1B. Windows color (decimal): -13233909 or 725302. OLE color: 725302.

HSL color Cylindrical-coordinate representation of color #36110B: hue angle of 8.37º 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 #36110B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB541711-
CMYK00.690.800.79
HSL8.37º66.15%12.75%-
HSV(B)8.37º79.63%21.18%-
XYZ1.781.210.46-
YUV27.38118.76146.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.85%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=65.85%
G=20.73%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54171100.690.800.798.3766.1512.75
Hex3611B045504F842d
Octal66211301051201171010215
Binary1101101000110110100010110100001001111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36110B; }

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

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

<style>
 a { background-color: #36110B; }

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

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

<style>
 span { border-color: #36110B; }

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

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