#36160E

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

Shades of Seal Brown #36160E

Tints of Seal Brown #36160E

Color information

#36160E (or 0x36160E) is unknown color: approx Seal Brown. HEX triplet: 36, 16 and 0E. RGB value is (54,22,14). Sum of RGB (Red+Green+Blue) = 54+22+14=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36160E is #C9E9F1. Grayscale: #1E1E1E. Windows color (decimal): -13232626 or 923190. OLE color: 923190.

HSL color Cylindrical-coordinate representation of color #36160E: hue angle of 12º 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 #36160E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB542214-
CMYK00.590.740.79
HSL12º58.82%13.33%-
HSV(B)12º74.07%21.18%-
XYZ1.891.390.58-
YUV30.66118.6144.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=60%
G=24.44%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54221400.590.740.791258.8213.33
Hex3616E03B4A4Fc3bd
Octal662616073112117147315
Binary11011010110111001110111001010100111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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