Html Css Color HEX #321210 Seal Brown

📋 copy color: '#321210'

red 50 ◦ green 18 ◦ blue 16

#321210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #321210

Tints of Seal Brown #321210

RGB

 RED value IS 50 (19.92% from 255) = 59.52%

 GREEN value IS 18 (7.42% from 255) = 21.43%

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 59.52%
G = 21.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321210 (or 0x321210) is known color: Seal Brown. HEX triplet: 32, 12 and 10. RGB value is (50,18,16). Sum of RGB (Red+Green+Blue) = 50+18+16=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321210 is #CDEDEF. Grayscale: #1B1B1B. Windows color (decimal): -13495792 or 1053234. OLE color: 1053234.

HSL color Cylindrical-coordinate representation of color #321210: hue angle of 3.53º 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 #321210 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 16 -
CMYK 0 0.64 0.68 0.80
HSL 3.53º 0.52% 0.13% -
HSV(B) 3.53º 0.68% 0.2% -
XYZ 1.63 1.15 0.63 -
YUV 27.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 50 18 16 0 0.64 0.68 0.80 3.53 0.52 0.13
Hex 32 12 10 0 40 44 50 4 34 D
Octal 62 22 20 0 100 104 120 4 64 15
Binary 110010 10010 10000 0 1000000 1000100 1010000 100 110100 1101

Color Harmonies of #321210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321210

Black with #321210

Text Example


Text Example

White with #321210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321210; }

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

 H1.HeaderClassName
 {
   color: #321210;
 }
 .AnyTagClassName
 {
   color: #321210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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