#36150E

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

Shades of Seal Brown #36150E

Tints of Seal Brown #36150E

Color information

#36150E (or 0x36150E) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 0E. RGB value is (54,21,14). Sum of RGB (Red+Green+Blue) = 54+21+14=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #36150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36150E is #C9EAF1. Grayscale: #1E1E1E. Windows color (decimal): -13232882 or 922934. OLE color: 922934.

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

Color convert

RGB542114-
CMYK00.610.740.79
HSL10.5º58.82%13.33%-
HSV(B)10.5º74.07%21.18%-
XYZ1.871.350.58-
YUV30.07118.93145.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=60.67%
G=23.60%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54211400.610.740.7910.558.8213.33
Hex3615E03D4A4Fb3bd
Octal662516075112117137315
Binary11011010101111001111011001010100111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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