Html Css Color HEX #321511 Seal Brown

📋 copy color: '#321511'

red 50 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #321511

Tints of Seal Brown #321511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 56.82%
G = 23.86%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321511 (or 0x321511) is known color: Seal Brown. HEX triplet: 32, 15 and 11. RGB value is (50,21,17). Sum of RGB (Red+Green+Blue) = 50+21+17=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321511 is #CDEAEE. Grayscale: #1D1D1D. Windows color (decimal): -13495023 or 1119538. OLE color: 1119538.

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

Color convert

RGB 50 21 17 -
CMYK 0 0.58 0.66 0.80
HSL 7.27º 0.49% 0.13% -
HSV(B) 7.27º 0.66% 0.2% -
XYZ 1.68 1.25 0.68 -
YUV 29.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 50 21 17 0 0.58 0.66 0.80 7.27 0.49 0.13
Hex 32 15 11 0 3A 42 50 7 31 D
Octal 62 25 21 0 72 102 120 7 61 15
Binary 110010 10101 10001 0 111010 1000010 1010000 111 110001 1101

Color Harmonies of #321511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321511

Black with #321511

Text Example


Text Example

White with #321511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321511; }

 p { color: rgb(50,21,17); }

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

background-color css

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

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

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

border-color css

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

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

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