#231610

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

Shades of Wood Bark #231610

Tints of Wood Bark #231610

Color information

#231610 (or 0x231610) is unknown color: approx Wood Bark. HEX triplet: 23, 16 and 10. RGB value is (35,22,16). Sum of RGB (Red+Green+Blue) = 35+22+16=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231610 is #DCE9EF. Grayscale: #191919. Windows color (decimal): -14477808 or 1054243. OLE color: 1054243.

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

Color convert

RGB352216-
CMYK00.370.540.86
HSL18.95º37.25%10%-
HSV(B)18.95º54.29%13.73%-
XYZ1.070.970.62-
YUV25.2122.81134.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=47.95%
G=30.14%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35221600.370.540.8618.9537.2510
Hex23161002536561325a
Octal43262004566126234512
Binary100011101101000001001011101101010110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231610; }

 p { color: rgb(35,22,16); }

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

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

 a { background-color: rgb(35,22,16); }

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

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

 span { border-color: rgb(35,22,16); }

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