#23150D

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

Shades of Wood Bark #23150D

Tints of Wood Bark #23150D

Color information

#23150D (or 0x23150D) is unknown color: approx Wood Bark. HEX triplet: 23, 15 and 0D. RGB value is (35,21,13). Sum of RGB (Red+Green+Blue) = 35+21+13=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150D is #DCEAF2. Grayscale: #181818. Windows color (decimal): -14478067 or 857379. OLE color: 857379.

HSL color Cylindrical-coordinate representation of color #23150D: hue angle of 21.82º 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 #23150D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB352113-
CMYK00.400.630.86
HSL21.82º45.83%9.41%-
HSV(B)21.82º62.86%13.73%-
XYZ1.030.920.5-
YUV24.27121.64135.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=50.72%
G=30.43%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35211300.400.630.8621.8245.839.41
Hex2315D0283F56162e9
Octal43251505077126265611
Binary10001110101110101010001111111010110101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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