Html Css Color HEX #320504 Seal Brown

📋 copy color: '#320504'

red 50 ◦ green 5 ◦ blue 4

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

Shades of Seal Brown #320504

Tints of Seal Brown #320504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 84.75%
G = 8.47%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#320504 (or 0x320504) is known color: Seal Brown. HEX triplet: 32, 05 and 04. RGB value is (50,5,4). Sum of RGB (Red+Green+Blue) = 50+5+4=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320504 is #CDFAFB. Grayscale: #121212. Windows color (decimal): -13499132 or 263474. OLE color: 263474.

HSL color Cylindrical-coordinate representation of color #320504: hue angle of 1.3º 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 #320504 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 5 4 -
CMYK 0 0.90 0.92 0.80
HSL 1.3º 0.85% 0.11% -
HSV(B) 1.3º 0.92% 0.2% -
XYZ 1.39 0.8 0.2 -
YUV 18.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 50 5 4 0 0.90 0.92 0.80 1.3 0.85 0.11
Hex 32 5 4 0 5A 5C 50 1 55 B
Octal 62 5 4 0 132 134 120 1 125 13
Binary 110010 101 100 0 1011010 1011100 1010000 1 1010101 1011

Color Harmonies of #320504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320504

Black with #320504

Text Example


Text Example

White with #320504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320504; }

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

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

background-color css

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

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

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

border-color css

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

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

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