#23140C

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

Shades of Wood Bark #23140C

Tints of Wood Bark #23140C

Color information

#23140C (or 0x23140C) is unknown color: approx Wood Bark. HEX triplet: 23, 14 and 0C. RGB value is (35,20,12). Sum of RGB (Red+Green+Blue) = 35+20+12=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140C is #DCEBF3. Grayscale: #171717. Windows color (decimal): -14478324 or 791587. OLE color: 791587.

HSL color Cylindrical-coordinate representation of color #23140C: hue angle of 20.87º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23140C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB352012-
CMYK00.430.660.86
HSL20.87º48.94%9.22%-
HSV(B)20.87º65.71%13.73%-
XYZ1.010.880.47-
YUV23.57121.47136.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=52.24%
G=29.85%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35201200.430.660.8620.8748.949.22
Hex2314C02B425615319
Octal432414053102126256111
Binary100011101001100010101110000101010110101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,20,12); }

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

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

 a { background-color: rgb(35,20,12); }

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

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

 span { border-color: rgb(35,20,12); }

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