Html Css Color HEX #321515 Seal Brown

📋 copy color: '#321515'

red 50 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #321515

Tints of Seal Brown #321515

RGB

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

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

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

R = 54.35%
G = 22.83%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321515 (or 0x321515) is known color: Seal Brown. HEX triplet: 32, 15 and 15. RGB value is (50,21,21). Sum of RGB (Red+Green+Blue) = 50+21+21=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321515 is #CDEAEA. Grayscale: #1D1D1D. Windows color (decimal): -13495019 or 1381682. OLE color: 1381682.

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

Color convert

RGB 50 21 21 -
CMYK 0 0.58 0.58 0.80
HSL 0.41% 0.14% -
HSV(B) 0.58% 0.2% -
XYZ 1.72 1.27 0.86 -
YUV 29.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 50 21 21 0 0.58 0.58 0.80 0 0.41 0.14
Hex 32 15 15 0 3A 3A 50 0 29 E
Octal 62 25 25 0 72 72 120 0 51 16
Binary 110010 10101 10101 0 111010 111010 1010000 0 101001 1110

Color Harmonies of #321515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321515

Black with #321515

Text Example


Text Example

White with #321515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321515; }

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

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

background-color css

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

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

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

border-color css

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

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

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