#33221A

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

Shades of Wood Bark #33221A

Tints of Wood Bark #33221A

Color information

#33221A (or 0x33221A) is unknown color: approx Wood Bark. HEX triplet: 33, 22 and 1A. RGB value is (51,34,26). Sum of RGB (Red+Green+Blue) = 51+34+26=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #33221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33221A is #CCDDE5. Grayscale: #262626. Windows color (decimal): -13426150 or 1712691. OLE color: 1712691.

HSL color Cylindrical-coordinate representation of color #33221A: hue angle of 19.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33221A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB513426-
CMYK00.330.490.8
HSL19.2º32.47%15.1%-
HSV(B)19.2º49.02%20%-
XYZ2.121.921.24-
YUV38.17121.13137.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=45.95%
G=30.63%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51342600.330.490.819.232.4715.1
Hex33221A02131501320f
Octal63423204161120234017
Binary1100111000101101001000011100011010000100111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33221A; }

 p { color: rgb(51,34,26); }

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

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

 a { background-color: rgb(51,34,26); }

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

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

 span { border-color: rgb(51,34,26); }

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