Html Css Color HEX #332621 Wood Bark

📋 copy color: '#332621'

red 51 ◦ green 38 ◦ blue 33

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

Shades of Wood Bark #332621

Tints of Wood Bark #332621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.15%

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

R = 41.8%
G = 31.15%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332621 (or 0x332621) is known color: Wood Bark. HEX triplet: 33, 26 and 21. RGB value is (51,38,33). Sum of RGB (Red+Green+Blue) = 51+38+33=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332621 is #CCD9DE. Grayscale: #292929. Windows color (decimal): -13425119 or 2172467. OLE color: 2172467.

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

Color convert

RGB 51 38 33 -
CMYK 0 0.25 0.35 0.8
HSL 16.67º 0.21% 0.16% -
HSV(B) 16.67º 0.35% 0.2% -
XYZ 2.33 2.2 1.74 -
YUV 41.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 51 38 33 0 0.25 0.35 0.8 16.67 0.21 0.16
Hex 33 26 21 0 19 23 50 11 15 10
Octal 63 46 41 0 31 43 120 21 25 20
Binary 110011 100110 100001 0 11001 100011 1010000 10001 10101 10000

Color Harmonies of #332621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332621

Black with #332621

Text Example


Text Example

White with #332621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332621; }

 p { color: rgb(51,38,33); }

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

background-color css

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

 a { background-color: rgb(51,38,33); }

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

border-color css

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

 span { border-color: rgb(51,38,33); }

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