#36150C

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

Shades of Seal Brown #36150C

Tints of Seal Brown #36150C

Color information

#36150C (or 0x36150C) is unknown color: approx Seal Brown. HEX triplet: 36, 15 and 0C. RGB value is (54,21,12). Sum of RGB (Red+Green+Blue) = 54+21+12=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36150C is #C9EAF3. Grayscale: #1D1D1D. Windows color (decimal): -13232884 or 791862. OLE color: 791862.

HSL color Cylindrical-coordinate representation of color #36150C: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36150C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB542112-
CMYK00.610.780.79
HSL12.86º63.64%12.94%-
HSV(B)12.86º77.78%21.18%-
XYZ1.861.350.51-
YUV29.84117.93145.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=62.07%
G=24.14%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54211200.610.780.7912.8663.6412.94
Hex3615C03D4E4Fd40d
Octal6625140751161171510015
Binary110110101011100011110110011101001111110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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