#33231B

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

Shades of Wood Bark #33231B

Tints of Wood Bark #33231B

Color information

#33231B (or 0x33231B) is unknown color: approx Wood Bark. HEX triplet: 33, 23 and 1B. RGB value is (51,35,27). Sum of RGB (Red+Green+Blue) = 51+35+27=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33231B is #CCDCE4. Grayscale: #262626. Windows color (decimal): -13425893 or 1778483. OLE color: 1778483.

HSL color Cylindrical-coordinate representation of color #33231B: hue angle of 20º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33231B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB513527-
CMYK00.310.470.8
HSL20º30.77%15.29%-
HSV(B)20º47.06%20%-
XYZ2.161.991.31-
YUV38.87121.3136.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=45.13%
G=30.97%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51352700.310.470.82030.7715.29
Hex33231B01F2F50141ff
Octal63433303757120243717
Binary11001110001111011011111101111101000010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,35,27); }

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

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

 a { background-color: rgb(51,35,27); }

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

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

 span { border-color: rgb(51,35,27); }

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