#231712

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

Shades of Wood Bark #231712

Tints of Wood Bark #231712

Color information

#231712 (or 0x231712) is unknown color: approx Wood Bark. HEX triplet: 23, 17 and 12. RGB value is (35,23,18). Sum of RGB (Red+Green+Blue) = 35+23+18=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231712 is #DCE8ED. Grayscale: #1A1A1A. Windows color (decimal): -14477550 or 1185571. OLE color: 1185571.

HSL color Cylindrical-coordinate representation of color #231712: hue angle of 17.65º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231712 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB352318-
CMYK00.340.490.86
HSL17.65º32.08%10.39%-
HSV(B)17.65º48.57%13.73%-
XYZ1.111.010.71-
YUV26.02123.48134.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=46.05%
G=30.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35231800.340.490.8617.6532.0810.39
Hex23171202231561220a
Octal43272204261126224012
Binary100011101111001001000101100011010110100101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231712; }

 p { color: rgb(35,23,18); }

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

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

 a { background-color: rgb(35,23,18); }

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

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

 span { border-color: rgb(35,23,18); }

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