Html Css Color HEX #321A15 Seal Brown

📋 copy color: '#321A15'

red 50 ◦ green 26 ◦ blue 21

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

Shades of Seal Brown #321A15

Tints of Seal Brown #321A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 51.55%
G = 26.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321A15 (or 0x321A15) is known color: Seal Brown. HEX triplet: 32, 1A and 15. RGB value is (50,26,21). Sum of RGB (Red+Green+Blue) = 50+26+21=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A15 is #CDE5EA. Grayscale: #202020. Windows color (decimal): -13493739 or 1382962. OLE color: 1382962.

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

Color convert

RGB 50 26 21 -
CMYK 0 0.48 0.58 0.80
HSL 10.34º 0.41% 0.14% -
HSV(B) 10.34º 0.58% 0.2% -
XYZ 1.82 1.47 0.9 -
YUV 32.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 50 26 21 0 0.48 0.58 0.80 10.34 0.41 0.14
Hex 32 1A 15 0 30 3A 50 A 29 E
Octal 62 32 25 0 60 72 120 12 51 16
Binary 110010 11010 10101 0 110000 111010 1010000 1010 101001 1110

Color Harmonies of #321A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A15

Black with #321A15

Text Example


Text Example

White with #321A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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