Html Css Color HEX #231811 Wood Bark

📋 copy color: '#231811'

red 35 ◦ green 24 ◦ blue 17

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

Shades of Wood Bark #231811

Tints of Wood Bark #231811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.58%

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

R = 46.05%
G = 31.58%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231811 (or 0x231811) is known color: Wood Bark. HEX triplet: 23, 18 and 11. RGB value is (35,24,17). Sum of RGB (Red+Green+Blue) = 35+24+17=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231811 is #DCE7EE. Grayscale: #1A1A1A. Windows color (decimal): -14477295 or 1120291. OLE color: 1120291.

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

Color convert

RGB 35 24 17 -
CMYK 0 0.31 0.51 0.86
HSL 23.33º 0.35% 0.1% -
HSV(B) 23.33º 0.51% 0.14% -
XYZ 1.12 1.05 0.67 -
YUV 26.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 35 24 17 0 0.31 0.51 0.86 23.33 0.35 0.1
Hex 23 18 11 0 1F 33 56 17 23 A
Octal 43 30 21 0 37 63 126 27 43 12
Binary 100011 11000 10001 0 11111 110011 1010110 10111 100011 1010

Color Harmonies of #231811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231811

Black with #231811

Text Example


Text Example

White with #231811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231811; }

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

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

background-color css

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

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

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

border-color css

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

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

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