#36130B

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

Shades of Seal Brown #36130B

Tints of Seal Brown #36130B

Color information

#36130B (or 0x36130B) is unknown color: approx Seal Brown. HEX triplet: 36, 13 and 0B. RGB value is (54,19,11). Sum of RGB (Red+Green+Blue) = 54+19+11=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36130B is #C9ECF4. Grayscale: #1C1C1C. Windows color (decimal): -13233397 or 725814. OLE color: 725814.

HSL color Cylindrical-coordinate representation of color #36130B: hue angle of 11.16º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36130B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB541911-
CMYK00.650.800.79
HSL11.16º66.15%12.75%-
HSV(B)11.16º79.63%21.18%-
XYZ1.811.270.47-
YUV28.55118.1146.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=64.29%
G=22.62%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54191100.650.800.7911.1666.1512.75
Hex3613B041504Fb42d
Octal66231301011201171310215
Binary1101101001110110100000110100001001111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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