#32120D

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

Shades of Seal Brown #32120D

Tints of Seal Brown #32120D

Color information

#32120D (or 0x32120D) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 0D. RGB value is (50,18,13). Sum of RGB (Red+Green+Blue) = 50+18+13=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #32120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120D is #CDEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13495795 or 856626. OLE color: 856626.

HSL color Cylindrical-coordinate representation of color #32120D: hue angle of 8.11º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32120D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB501813-
CMYK00.640.740.80
HSL8.11º58.73%12.35%-
HSV(B)8.11º74%19.61%-
XYZ1.61.140.52-
YUV27120.1144.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 61.73%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=61.73%
G=22.22%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50181300.640.740.808.1158.7312.35
Hex3212D0404A5083bc
Octal6222150100112120107314
Binary110010100101101010000001001010101000010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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