Html Css Color HEX #332420 Wood Bark

📋 copy color: '#332420'

red 51 ◦ green 36 ◦ blue 32

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

Shades of Wood Bark #332420

Tints of Wood Bark #332420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 42.86%
G = 30.25%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332420 (or 0x332420) is known color: Wood Bark. HEX triplet: 33, 24 and 20. RGB value is (51,36,32). Sum of RGB (Red+Green+Blue) = 51+36+32=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332420 is #CCDBDF. Grayscale: #282828. Windows color (decimal): -13425632 or 2106419. OLE color: 2106419.

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

Color convert

RGB 51 36 32 -
CMYK 0 0.29 0.37 0.8
HSL 12.63º 0.23% 0.16% -
HSV(B) 12.63º 0.37% 0.2% -
XYZ 2.26 2.07 1.65 -
YUV 40.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 51 36 32 0 0.29 0.37 0.8 12.63 0.23 0.16
Hex 33 24 20 0 1D 25 50 D 17 10
Octal 63 44 40 0 35 45 120 15 27 20
Binary 110011 100100 100000 0 11101 100101 1010000 1101 10111 10000

Color Harmonies of #332420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332420

Black with #332420

Text Example


Text Example

White with #332420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332420; }

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

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

background-color css

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

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

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

border-color css

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

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

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