Html Css Color HEX #171210 Wood Bark

📋 copy color: '#171210'

red 23 ◦ green 18 ◦ blue 16

#171210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #171210

Tints of Wood Bark #171210

RGB

 RED value IS 23 (9.38% from 255) = 40.35%

 GREEN value IS 18 (7.42% from 255) = 31.58%

 BLUE value IS 16 (6.64% from 255) = 28.07%

R = 40.35%
G = 31.58%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#171210 (or 0x171210) is known color: Wood Bark. HEX triplet: 17, 12 and 10. RGB value is (23,18,16). Sum of RGB (Red+Green+Blue) = 23+18+16=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #171210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171210 is #E8EDEF. Grayscale: #131313. Windows color (decimal): -15265264 or 1053207. OLE color: 1053207.

HSL color Cylindrical-coordinate representation of color #171210: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #171210 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 18 16 -
CMYK 0 0.22 0.30 0.91
HSL 17.14º 0.18% 0.08% -
HSV(B) 17.14º 0.3% 0.09% -
XYZ 0.66 0.65 0.58 -
YUV 19.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 23 18 16 0 0.22 0.30 0.91 17.14 0.18 0.08
Hex 17 12 10 0 16 1E 5B 11 12 8
Octal 27 22 20 0 26 36 133 21 22 10
Binary 10111 10010 10000 0 10110 11110 1011011 10001 10010 1000

Color Harmonies of #171210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171210

Black with #171210

Text Example


Text Example

White with #171210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171210; }

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

 H1.HeaderClassName
 {
   color: #171210;
 }
 .AnyTagClassName
 {
   color: #171210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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