#36100E

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

Shades of Seal Brown #36100E

Tints of Seal Brown #36100E

Color information

#36100E (or 0x36100E) is unknown color: approx Seal Brown. HEX triplet: 36, 10 and 0E. RGB value is (54,16,14). Sum of RGB (Red+Green+Blue) = 54+16+14=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36100E is #C9EFF1. Grayscale: #1B1B1B. Windows color (decimal): -13234162 or 921654. OLE color: 921654.

HSL color Cylindrical-coordinate representation of color #36100E: hue angle of 3º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36100E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB541614-
CMYK00.700.740.79
HSL58.82%13.33%-
HSV(B)74.07%21.18%-
XYZ1.791.190.55-
YUV27.13120.59147.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=64.29%
G=19.05%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54161400.700.740.79358.8213.33
Hex3610E0464A4F33bd
Octal662016010611211737315
Binary1101101000011100100011010010101001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36100E; }

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

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

<style>
 a { background-color: #36100E; }

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

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

<style>
 span { border-color: #36100E; }

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

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