#23150E

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

Shades of Wood Bark #23150E

Tints of Wood Bark #23150E

Color information

#23150E (or 0x23150E) is unknown color: approx Wood Bark. HEX triplet: 23, 15 and 0E. RGB value is (35,21,14). Sum of RGB (Red+Green+Blue) = 35+21+14=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150E is #DCEAF1. Grayscale: #181818. Windows color (decimal): -14478066 or 922915. OLE color: 922915.

HSL color Cylindrical-coordinate representation of color #23150E: hue angle of 20º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23150E is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB352114-
CMYK00.400.600.86
HSL20º42.86%9.61%-
HSV(B)20º60%13.73%-
XYZ1.040.930.54-
YUV24.39122.14135.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 14 (5.86% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35211400.400.600.862042.869.61
Hex2315E0283C56142ba
Octal43251605074126245312
Binary10001110101111001010001111001010110101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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