Html Css Color HEX #320505 Seal Brown

📋 copy color: '#320505'

red 50 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #320505

Tints of Seal Brown #320505

RGB

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

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

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

R = 83.33%
G = 8.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#320505 (or 0x320505) is known color: Seal Brown. HEX triplet: 32, 05 and 05. RGB value is (50,5,5). Sum of RGB (Red+Green+Blue) = 50+5+5=60 (7% of max value = 765). Red value is 50 (19.92% from 255 or 83.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 50 - color contains mainly: red. Hex color #320505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320505 is #CDFAFA. Grayscale: #121212. Windows color (decimal): -13499131 or 329010. OLE color: 329010.

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

Color convert

RGB 50 5 5 -
CMYK 0 0.90 0.90 0.80
HSL 0.82% 0.11% -
HSV(B) 0.9% 0.2% -
XYZ 1.4 0.8 0.22 -
YUV 18.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 50 5 5 0 0.90 0.90 0.80 0 0.82 0.11
Hex 32 5 5 0 5A 5A 50 0 52 B
Octal 62 5 5 0 132 132 120 0 122 13
Binary 110010 101 101 0 1011010 1011010 1010000 0 1010010 1011

Color Harmonies of #320505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320505

Black with #320505

Text Example


Text Example

White with #320505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320505; }

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

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

background-color css

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

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

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

border-color css

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

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

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