#36120F

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

Shades of Seal Brown #36120F

Tints of Seal Brown #36120F

Color information

#36120F (or 0x36120F) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 0F. RGB value is (54,18,15). Sum of RGB (Red+Green+Blue) = 54+18+15=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36120F is #C9EDF0. Grayscale: #1C1C1C. Windows color (decimal): -13233649 or 987702. OLE color: 987702.

HSL color Cylindrical-coordinate representation of color #36120F: hue angle of 4.62º 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 #36120F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB541815-
CMYK00.670.720.79
HSL4.62º56.52%13.53%-
HSV(B)4.62º72.22%21.18%-
XYZ1.821.250.6-
YUV28.42120.43146.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=62.07%
G=20.69%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54181500.670.720.794.6256.5213.53
Hex3612F043484F539e
Octal662217010311011757116
Binary11011010010111101000011100100010011111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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