Html Css Color HEX #321004 Seal Brown

📋 copy color: '#321004'

red 50 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #321004

Tints of Seal Brown #321004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 4 (1.95% from 255) = 5.71%

R = 71.43%
G = 22.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#321004 (or 0x321004) is known color: Seal Brown. HEX triplet: 32, 10 and 04. RGB value is (50,16,4). Sum of RGB (Red+Green+Blue) = 50+16+4=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321004 is #CDEFFB. Grayscale: #181818. Windows color (decimal): -13496316 or 266290. OLE color: 266290.

HSL color Cylindrical-coordinate representation of color #321004: hue angle of 15.65º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321004 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 16 4 -
CMYK 0 0.68 0.92 0.80
HSL 15.65º 0.85% 0.11% -
HSV(B) 15.65º 0.92% 0.2% -
XYZ 1.52 1.06 0.24 -
YUV 24.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 50 16 4 0 0.68 0.92 0.80 15.65 0.85 0.11
Hex 32 10 4 0 44 5C 50 10 55 B
Octal 62 20 4 0 104 134 120 20 125 13
Binary 110010 10000 100 0 1000100 1011100 1010000 10000 1010101 1011

Color Harmonies of #321004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321004

Black with #321004

Text Example


Text Example

White with #321004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321004; }

 p { color: rgb(50,16,4); }

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

background-color css

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

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

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

border-color css

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

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

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