#36130C

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

Shades of Seal Brown #36130C

Tints of Seal Brown #36130C

Color information

#36130C (or 0x36130C) is unknown color: approx Seal Brown. HEX triplet: 36, 13 and 0C. RGB value is (54,19,12). Sum of RGB (Red+Green+Blue) = 54+19+12=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36130C is #C9ECF3. Grayscale: #1C1C1C. Windows color (decimal): -13233396 or 791350. OLE color: 791350.

HSL color Cylindrical-coordinate representation of color #36130C: hue angle of 10º 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 #36130C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB541912-
CMYK00.650.780.79
HSL10º63.64%12.94%-
HSV(B)10º77.78%21.18%-
XYZ1.821.280.5-
YUV28.67118.6146.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 63.53%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=63.53%
G=22.35%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54191200.650.780.791063.6412.94
Hex3613C0414E4Fa40d
Octal66231401011161171210015
Binary1101101001111000100000110011101001111101010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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