Html Css Color HEX #321000 Seal Brown

📋 copy color: '#321000'

red 50 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #321000

Tints of Seal Brown #321000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.76%
G = 24.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#321000 (or 0x321000) is known color: Seal Brown. HEX triplet: 32, 10 and 00. RGB value is (50,16,0). Sum of RGB (Red+Green+Blue) = 50+16+0=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #321000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321000 is #CDEFFF. Grayscale: #181818. Windows color (decimal): -13496320 or 4146. OLE color: 4146.

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

Color convert

RGB 50 16 0 -
CMYK 0 0.68 1 0.80
HSL 19.2º 1% 0.1% -
HSV(B) 19.2º 1% 0.2% -
XYZ 1.5 1.05 0.12 -
YUV 24.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 50 16 0 0 0.68 1 0.80 19.2 1 0.1
Hex 32 10 0 0 44 64 50 13 64 A
Octal 62 20 0 0 104 144 120 23 144 12
Binary 110010 10000 0 0 1000100 1100100 1010000 10011 1100100 1010

Color Harmonies of #321000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321000

Black with #321000

Text Example


Text Example

White with #321000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321000; }

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

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

background-color css

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

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

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

border-color css

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

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

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