#32140F

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

Shades of Seal Brown #32140F

Tints of Seal Brown #32140F

Color information

#32140F (or 0x32140F) is unknown color: approx Seal Brown. HEX triplet: 32, 14 and 0F. RGB value is (50,20,15). Sum of RGB (Red+Green+Blue) = 50+20+15=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32140F is #CDEBF0. Grayscale: #1C1C1C. Windows color (decimal): -13495281 or 988210. OLE color: 988210.

HSL color Cylindrical-coordinate representation of color #32140F: hue angle of 8.57º 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 #32140F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB502015-
CMYK00.600.700.80
HSL8.57º53.85%12.75%-
HSV(B)8.57º70%19.61%-
XYZ1.651.210.6-
YUV28.4120.44143.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=58.82%
G=23.53%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50201500.600.700.808.5753.8512.75
Hex3214F03C4650936d
Octal622417074106120116615
Binary11001010100111101111001000110101000010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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