Html Css Color HEX #231711 Wood Bark

📋 copy color: '#231711'

red 35 ◦ green 23 ◦ blue 17

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

Shades of Wood Bark #231711

Tints of Wood Bark #231711

RGB

 RED value IS 35 (14.06% from 255) = 46.67%

 GREEN value IS 23 (9.38% from 255) = 30.67%

 BLUE value IS 17 (7.03% from 255) = 22.67%

R = 46.67%
G = 30.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231711 (or 0x231711) is known color: Wood Bark. HEX triplet: 23, 17 and 11. RGB value is (35,23,17). Sum of RGB (Red+Green+Blue) = 35+23+17=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231711 is #DCE8EE. Grayscale: #191919. Windows color (decimal): -14477551 or 1120035. OLE color: 1120035.

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

Color convert

RGB 35 23 17 -
CMYK 0 0.34 0.51 0.86
HSL 20º 0.35% 0.1% -
HSV(B) 20º 0.51% 0.14% -
XYZ 1.1 1.01 0.67 -
YUV 25.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 35 23 17 0 0.34 0.51 0.86 20 0.35 0.1
Hex 23 17 11 0 22 33 56 14 23 A
Octal 43 27 21 0 42 63 126 24 43 12
Binary 100011 10111 10001 0 100010 110011 1010110 10100 100011 1010

Color Harmonies of #231711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231711

Black with #231711

Text Example


Text Example

White with #231711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231711; }

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

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

background-color css

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

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

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

border-color css

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

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

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