Html Css Color HEX #321A16 Seal Brown

📋 copy color: '#321A16'

red 50 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #321A16

Tints of Seal Brown #321A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 51.02%
G = 26.53%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321A16 (or 0x321A16) is known color: Seal Brown. HEX triplet: 32, 1A and 16. RGB value is (50,26,22). Sum of RGB (Red+Green+Blue) = 50+26+22=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A16 is #CDE5E9. Grayscale: #202020. Windows color (decimal): -13493738 or 1448498. OLE color: 1448498.

HSL color Cylindrical-coordinate representation of color #321A16: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321A16 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 26 22 -
CMYK 0 0.48 0.56 0.80
HSL 8.57º 0.39% 0.14% -
HSV(B) 8.57º 0.56% 0.2% -
XYZ 1.83 1.47 0.95 -
YUV 32.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 50 26 22 0 0.48 0.56 0.80 8.57 0.39 0.14
Hex 32 1A 16 0 30 38 50 9 27 E
Octal 62 32 26 0 60 70 120 11 47 16
Binary 110010 11010 10110 0 110000 111000 1010000 1001 100111 1110

Color Harmonies of #321A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A16

Black with #321A16

Text Example


Text Example

White with #321A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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