#32120F

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

Shades of Seal Brown #32120F

Tints of Seal Brown #32120F

Color information

#32120F (or 0x32120F) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 0F. RGB value is (50,18,15). Sum of RGB (Red+Green+Blue) = 50+18+15=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120F is #CDEDF0. Grayscale: #1B1B1B. Windows color (decimal): -13495793 or 987698. OLE color: 987698.

HSL color Cylindrical-coordinate representation of color #32120F: hue angle of 5.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32120F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB501815-
CMYK00.640.700.80
HSL5.14º53.85%12.75%-
HSV(B)5.14º70%19.61%-
XYZ1.621.150.59-
YUV27.23121.1144.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=60.24%
G=21.69%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181500.640.700.805.1453.8512.75
Hex3212F0404650536d
Octal622217010010612056615
Binary11001010010111101000000100011010100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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