Html Css Color HEX #320801 Seal Brown

📋 copy color: '#320801'

red 50 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #320801

Tints of Seal Brown #320801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.56%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 84.75%
G = 13.56%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#320801 (or 0x320801) is known color: Seal Brown. HEX triplet: 32, 08 and 01. RGB value is (50,8,1). Sum of RGB (Red+Green+Blue) = 50+8+1=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320801 is #CDF7FE. Grayscale: #131313. Windows color (decimal): -13498367 or 67634. OLE color: 67634.

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

Color convert

RGB 50 8 1 -
CMYK 0 0.84 0.98 0.80
HSL 8.57º 0.96% 0.1% -
HSV(B) 8.57º 0.98% 0.2% -
XYZ 1.41 0.85 0.12 -
YUV 19.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 50 8 1 0 0.84 0.98 0.80 8.57 0.96 0.1
Hex 32 8 1 0 54 62 50 9 60 A
Octal 62 10 1 0 124 142 120 11 140 12
Binary 110010 1000 1 0 1010100 1100010 1010000 1001 1100000 1010

Color Harmonies of #320801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320801

Black with #320801

Text Example


Text Example

White with #320801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320801; }

 p { color: rgb(50,8,1); }

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

background-color css

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

 a { background-color: rgb(50,8,1); }

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

border-color css

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

 span { border-color: rgb(50,8,1); }

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