#321714

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

Shades of Seal Brown #321714

Tints of Seal Brown #321714

Color information

#321714 (or 0x321714) is unknown color: approx Seal Brown. HEX triplet: 32, 17 and 14. RGB value is (50,23,20). Sum of RGB (Red+Green+Blue) = 50+23+20=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321714 is #CDE8EB. Grayscale: #1E1E1E. Windows color (decimal): -13494508 or 1316658. OLE color: 1316658.

HSL color Cylindrical-coordinate representation of color #321714: hue angle of 6º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321714 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB502320-
CMYK00.540.600.80
HSL42.86%13.73%-
HSV(B)60%19.61%-
XYZ1.751.340.83-
YUV30.73121.95141.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=53.76%
G=24.73%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232000.540.600.80642.8613.73
Hex3217140363C5062be
Octal6227240667412065316
Binary1100101011110100011011011110010100001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321714; }

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

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

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

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

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

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

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

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