#23150F

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

Shades of Wood Bark #23150F

Tints of Wood Bark #23150F

Color information

#23150F (or 0x23150F) is unknown color: approx Wood Bark. HEX triplet: 23, 15 and 0F. RGB value is (35,21,15). Sum of RGB (Red+Green+Blue) = 35+21+15=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150F is #DCEAF0. Grayscale: #181818. Windows color (decimal): -14478065 or 988451. OLE color: 988451.

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

Color convert

RGB352115-
CMYK00.400.570.86
HSL18º40%9.8%-
HSV(B)18º57.14%13.73%-
XYZ1.050.930.58-
YUV24.5122.64135.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=49.30%
G=29.58%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35211500.400.570.8618409.8
Hex2315F02839561228a
Octal43251705071126225012
Binary10001110101111101010001110011010110100101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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