Html Css Color HEX #321205 Seal Brown

📋 copy color: '#321205'

red 50 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #321205

Tints of Seal Brown #321205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 5 (2.34% from 255) = 6.85%

R = 68.49%
G = 24.66%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#321205 (or 0x321205) is known color: Seal Brown. HEX triplet: 32, 12 and 05. RGB value is (50,18,5). Sum of RGB (Red+Green+Blue) = 50+18+5=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321205 is #CDEDFA. Grayscale: #1A1A1A. Windows color (decimal): -13495803 or 332338. OLE color: 332338.

HSL color Cylindrical-coordinate representation of color #321205: hue angle of 17.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321205 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 5 -
CMYK 0 0.64 0.90 0.80
HSL 17.33º 0.82% 0.11% -
HSV(B) 17.33º 0.9% 0.2% -
XYZ 1.56 1.12 0.28 -
YUV 26.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 50 18 5 0 0.64 0.90 0.80 17.33 0.82 0.11
Hex 32 12 5 0 40 5A 50 11 52 B
Octal 62 22 5 0 100 132 120 21 122 13
Binary 110010 10010 101 0 1000000 1011010 1010000 10001 1010010 1011

Color Harmonies of #321205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321205

Black with #321205

Text Example


Text Example

White with #321205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321205; }

 p { color: rgb(50,18,5); }

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

background-color css

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

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

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

border-color css

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

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

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