#231710

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

Shades of Wood Bark #231710

Tints of Wood Bark #231710

Color information

#231710 (or 0x231710) is unknown color: approx Wood Bark. HEX triplet: 23, 17 and 10. RGB value is (35,23,16). Sum of RGB (Red+Green+Blue) = 35+23+16=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231710 is #DCE8EF. Grayscale: #191919. Windows color (decimal): -14477552 or 1054499. OLE color: 1054499.

HSL color Cylindrical-coordinate representation of color #231710: hue angle of 22.11º 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 #231710 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB352316-
CMYK00.340.540.86
HSL22.11º37.25%10%-
HSV(B)22.11º54.29%13.73%-
XYZ1.091.010.63-
YUV25.79122.48134.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=47.30%
G=31.08%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35231600.340.540.8622.1137.2510
Hex23171002236561625a
Octal43272004266126264512
Binary100011101111000001000101101101010110101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231710; }

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

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

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

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

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

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

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

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