#2C231D

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

Shades of Wood Bark #2C231D

Tints of Wood Bark #2C231D

Color information

#2C231D (or 0x2C231D) is unknown color: approx Wood Bark. HEX triplet: 2C, 23 and 1D. RGB value is (44,35,29). Sum of RGB (Red+Green+Blue) = 44+35+29=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 44 - color contains mainly: red. Hex color #2C231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C231D is #D3DCE2. Grayscale: #252525. Windows color (decimal): -13884643 or 1909548. OLE color: 1909548.

HSL color Cylindrical-coordinate representation of color #2C231D: hue angle of 24º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C231D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB443529-
CMYK00.200.340.83
HSL24º20.55%14.31%-
HSV(B)24º34.09%17.25%-
XYZ1.861.831.42-
YUV37.01123.48132.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.74%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=40.74%
G=32.41%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44352900.200.340.832420.5514.31
Hex2C231D01422531815e
Octal54433502442123302516
Binary10110010001111101010100100010101001111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C231D; }

 p { color: rgb(44,35,29); }

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

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

 a { background-color: rgb(44,35,29); }

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

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

 span { border-color: rgb(44,35,29); }

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