Html Css Color HEX #332520 Wood Bark

📋 copy color: '#332520'

red 51 ◦ green 37 ◦ blue 32

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

Shades of Wood Bark #332520

Tints of Wood Bark #332520

RGB

 RED value IS 51 (20.31% from 255) = 42.5%

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

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

R = 42.5%
G = 30.83%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332520 (or 0x332520) is known color: Wood Bark. HEX triplet: 33, 25 and 20. RGB value is (51,37,32). Sum of RGB (Red+Green+Blue) = 51+37+32=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332520 is #CCDADF. Grayscale: #282828. Windows color (decimal): -13425376 or 2106675. OLE color: 2106675.

HSL color Cylindrical-coordinate representation of color #332520: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332520 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 32 -
CMYK 0 0.27 0.37 0.8
HSL 15.79º 0.23% 0.16% -
HSV(B) 15.79º 0.37% 0.2% -
XYZ 2.29 2.13 1.66 -
YUV 40.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 51 37 32 0 0.27 0.37 0.8 15.79 0.23 0.16
Hex 33 25 20 0 1B 25 50 10 17 10
Octal 63 45 40 0 33 45 120 20 27 20
Binary 110011 100101 100000 0 11011 100101 1010000 10000 10111 10000

Color Harmonies of #332520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332520

Black with #332520

Text Example


Text Example

White with #332520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332520; }

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

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

background-color css

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

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

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

border-color css

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

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

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