#36110F

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

Shades of Seal Brown #36110F

Tints of Seal Brown #36110F

Color information

#36110F (or 0x36110F) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 0F. RGB value is (54,17,15). Sum of RGB (Red+Green+Blue) = 54+17+15=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36110F is #C9EEF0. Grayscale: #1B1B1B. Windows color (decimal): -13233905 or 987446. OLE color: 987446.

HSL color Cylindrical-coordinate representation of color #36110F: hue angle of 3.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36110F is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB541715-
CMYK00.690.720.79
HSL3.08º56.52%13.53%-
HSV(B)3.08º72.22%21.18%-
XYZ1.811.220.59-
YUV27.84120.76146.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.79%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=62.79%
G=19.77%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54171500.690.720.793.0856.5213.53
Hex3611F045484F339e
Octal662117010511011737116
Binary1101101000111110100010110010001001111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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