Html Css Color HEX #322521 Wood Bark

📋 copy color: '#322521'

red 50 ◦ green 37 ◦ blue 33

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

Shades of Wood Bark #322521

Tints of Wood Bark #322521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 41.67%
G = 30.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#322521 (or 0x322521) is known color: Wood Bark. HEX triplet: 32, 25 and 21. RGB value is (50,37,33). Sum of RGB (Red+Green+Blue) = 50+37+33=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322521 is #CDDADE. Grayscale: #282828. Windows color (decimal): -13490911 or 2172210. OLE color: 2172210.

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

Color convert

RGB 50 37 33 -
CMYK 0 0.26 0.34 0.80
HSL 14.12º 0.2% 0.16% -
HSV(B) 14.12º 0.34% 0.2% -
XYZ 2.25 2.11 1.73 -
YUV 40.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 50 37 33 0 0.26 0.34 0.80 14.12 0.2 0.16
Hex 32 25 21 0 1A 22 50 E 14 10
Octal 62 45 41 0 32 42 120 16 24 20
Binary 110010 100101 100001 0 11010 100010 1010000 1110 10100 10000

Color Harmonies of #322521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322521

Black with #322521

Text Example


Text Example

White with #322521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322521; }

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

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

background-color css

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

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

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

border-color css

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

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

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