#23140D

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

Shades of Wood Bark #23140D

Tints of Wood Bark #23140D

Color information

#23140D (or 0x23140D) is unknown color: approx Wood Bark. HEX triplet: 23, 14 and 0D. RGB value is (35,20,13). Sum of RGB (Red+Green+Blue) = 35+20+13=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #23140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140D is #DCEBF2. Grayscale: #171717. Windows color (decimal): -14478323 or 857123. OLE color: 857123.

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

Color convert

RGB352013-
CMYK00.430.630.86
HSL19.09º45.83%9.41%-
HSV(B)19.09º62.86%13.73%-
XYZ1.020.890.5-
YUV23.69121.97136.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=51.47%
G=29.41%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35201300.430.630.8619.0945.839.41
Hex2314D02B3F56132e9
Octal43241505377126235611
Binary10001110100110101010111111111010110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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