#321710

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

Shades of Seal Brown #321710

Tints of Seal Brown #321710

Color information

#321710 (or 0x321710) is unknown color: approx Seal Brown. HEX triplet: 32, 17 and 10. RGB value is (50,23,16). Sum of RGB (Red+Green+Blue) = 50+23+16=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321710 is #CDE8EF. Grayscale: #1E1E1E. Windows color (decimal): -13494512 or 1054514. OLE color: 1054514.

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

Color convert

RGB502316-
CMYK00.540.680.80
HSL12.35º51.52%12.94%-
HSV(B)12.35º68%19.61%-
XYZ1.721.330.66-
YUV30.28119.95142.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=56.18%
G=25.84%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50231600.540.680.8012.3551.5212.94
Hex3217100364450c34d
Octal622720066104120146415
Binary110010101111000001101101000100101000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321710; }

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

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

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

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

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

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

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

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