Html Css Color HEX #321715 Seal Brown

📋 copy color: '#321715'

red 50 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #321715

Tints of Seal Brown #321715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 53.19%
G = 24.47%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321715 (or 0x321715) is known color: Seal Brown. HEX triplet: 32, 17 and 15. RGB value is (50,23,21). Sum of RGB (Red+Green+Blue) = 50+23+21=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321715 is #CDE8EA. Grayscale: #1E1E1E. Windows color (decimal): -13494507 or 1382194. OLE color: 1382194.

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

Color convert

RGB 50 23 21 -
CMYK 0 0.54 0.58 0.80
HSL 4.14º 0.41% 0.14% -
HSV(B) 4.14º 0.58% 0.2% -
XYZ 1.76 1.35 0.88 -
YUV 30.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 50 23 21 0 0.54 0.58 0.80 4.14 0.41 0.14
Hex 32 17 15 0 36 3A 50 4 29 E
Octal 62 27 25 0 66 72 120 4 51 16
Binary 110010 10111 10101 0 110110 111010 1010000 100 101001 1110

Color Harmonies of #321715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321715

Black with #321715

Text Example


Text Example

White with #321715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321715; }

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

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

background-color css

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

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

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

border-color css

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

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

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