#32221B

Color #32221B Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #32221B

Tints of Wood Bark #32221B

Color information

#32221B (or 0x32221B) is unknown color: approx Wood Bark. HEX triplet: 32, 22 and 1B. RGB value is (50,34,27). Sum of RGB (Red+Green+Blue) = 50+34+27=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32221B is #CDDDE4. Grayscale: #262626. Windows color (decimal): -13491685 or 1778226. OLE color: 1778226.

HSL color Cylindrical-coordinate representation of color #32221B: hue angle of 18.26º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32221B is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB503427-
CMYK00.320.460.80
HSL18.26º29.87%15.1%-
HSV(B)18.26º46%19.61%-
XYZ2.091.91.29-
YUV37.99121.8136.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=45.05%
G=30.63%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50342700.320.460.8018.2629.8715.1
Hex32221B0202E50121ef
Octal62423304056120223617
Binary110010100010110110100000101110101000010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32221B; }

 p { color: rgb(50,34,27); }

 H1.HeaderClassName
 {
   color: #32221B;
 }
 .AnyTagClassName
 {
   color: #32221B;
 }
</style>
background-color css

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

 a { background-color: rgb(50,34,27); }

 div.DivClassName
 {
   background-color: #32221B;
 }
 .BgClassName
 {
   background-color: #32221B;
 }
</style>
border-color css

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

 span { border-color: rgb(50,34,27); }

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