Html Css Color HEX #323020 Maire

📋 copy color: '#323020'

red 50 ◦ green 48 ◦ blue 32

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

Shades of Maire #323020

Tints of Maire #323020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.92%

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 38.46%
G = 36.92%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#323020 (or 0x323020) is known color: Maire. HEX triplet: 32, 30 and 20. RGB value is (50,48,32). Sum of RGB (Red+Green+Blue) = 50+48+32=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #323020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323020 is #CDCFDF. Grayscale: #2E2E2E. Windows color (decimal): -13488096 or 2109490. OLE color: 2109490.

HSL color Cylindrical-coordinate representation of color #323020: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323020 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 48 32 -
CMYK 0 0.04 0.36 0.80
HSL 53.33º 0.22% 0.16% -
HSV(B) 53.33º 0.36% 0.2% -
XYZ 2.63 2.9 1.79 -
YUV 46.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 50 48 32 0 0.04 0.36 0.80 53.33 0.22 0.16
Hex 32 30 20 0 4 24 50 35 16 10
Octal 62 60 40 0 4 44 120 65 26 20
Binary 110010 110000 100000 0 100 100100 1010000 110101 10110 10000

Color Harmonies of #323020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323020

Black with #323020

Text Example


Text Example

White with #323020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323020; }

 p { color: rgb(50,48,32); }

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

background-color css

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

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

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

border-color css

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

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

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