#33241C

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

Shades of Wood Bark #33241C

Tints of Wood Bark #33241C

Color information

#33241C (or 0x33241C) is unknown color: approx Wood Bark. HEX triplet: 33, 24 and 1C. RGB value is (51,36,28). Sum of RGB (Red+Green+Blue) = 51+36+28=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33241C is #CCDBE3. Grayscale: #272727. Windows color (decimal): -13425636 or 1844275. OLE color: 1844275.

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

Color convert

RGB513628-
CMYK00.290.450.8
HSL20.87º29.11%15.49%-
HSV(B)20.87º45.1%20%-
XYZ2.212.051.38-
YUV39.57121.47136.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=44.35%
G=31.30%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51362800.290.450.820.8729.1115.49
Hex33241C01D2D50151df
Octal63443403555120253517
Binary11001110010011100011101101101101000010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33241C; }

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

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

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

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

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

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

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

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