#23140B

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

Shades of Wood Bark #23140B

Tints of Wood Bark #23140B

Color information

#23140B (or 0x23140B) is unknown color: approx Wood Bark. HEX triplet: 23, 14 and 0B. RGB value is (35,20,11). Sum of RGB (Red+Green+Blue) = 35+20+11=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140B is #DCEBF4. Grayscale: #171717. Windows color (decimal): -14478325 or 726051. OLE color: 726051.

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

Color convert

RGB352011-
CMYK00.430.690.86
HSL22.5º52.17%9.02%-
HSV(B)22.5º68.57%13.73%-
XYZ10.880.43-
YUV23.46120.97136.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=53.03%
G=30.30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35201100.430.690.8622.552.179.02
Hex2314B02B455616349
Octal432413053105126266411
Binary100011101001011010101110001011010110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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