#321717

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

Shades of Seal Brown #321717

Tints of Seal Brown #321717

Color information

#321717 (or 0x321717) is unknown color: approx Seal Brown. HEX triplet: 32, 17 and 17. RGB value is (50,23,23). Sum of RGB (Red+Green+Blue) = 50+23+23=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321717 is #CDE8E8. Grayscale: #1F1F1F. Windows color (decimal): -13494505 or 1513266. OLE color: 1513266.

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

Color convert

RGB502323-
CMYK00.540.540.80
HSL36.99%14.31%-
HSV(B)54%19.61%-
XYZ1.781.350.98-
YUV31.07123.45141.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=52.08%
G=23.96%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232300.540.540.80036.9914.31
Hex3217170363650025e
Octal6227270666612004516
Binary11001010111101110110110110110101000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321717; }

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

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

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

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

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

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

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

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