Html Css Color HEX #322520 Wood Bark

📋 copy color: '#322520'

red 50 ◦ green 37 ◦ blue 32

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

Shades of Wood Bark #322520

Tints of Wood Bark #322520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 42.02%
G = 31.09%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#322520 (or 0x322520) is known color: Wood Bark. HEX triplet: 32, 25 and 20. RGB value is (50,37,32). Sum of RGB (Red+Green+Blue) = 50+37+32=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322520 is #CDDADF. Grayscale: #282828. Windows color (decimal): -13490912 or 2106674. OLE color: 2106674.

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

Color convert

RGB 50 37 32 -
CMYK 0 0.26 0.36 0.80
HSL 16.67º 0.22% 0.16% -
HSV(B) 16.67º 0.36% 0.2% -
XYZ 2.24 2.11 1.65 -
YUV 40.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 50 37 32 0 0.26 0.36 0.80 16.67 0.22 0.16
Hex 32 25 20 0 1A 24 50 11 16 10
Octal 62 45 40 0 32 44 120 21 26 20
Binary 110010 100101 100000 0 11010 100100 1010000 10001 10110 10000

Color Harmonies of #322520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322520

Black with #322520

Text Example


Text Example

White with #322520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322520; }

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

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

background-color css

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

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

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

border-color css

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

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

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