Html Css Color HEX #231812 Wood Bark

📋 copy color: '#231812'

red 35 ◦ green 24 ◦ blue 18

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

Shades of Wood Bark #231812

Tints of Wood Bark #231812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 45.45%
G = 31.17%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231812 (or 0x231812) is known color: Wood Bark. HEX triplet: 23, 18 and 12. RGB value is (35,24,18). Sum of RGB (Red+Green+Blue) = 35+24+18=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231812 is #DCE7ED. Grayscale: #1A1A1A. Windows color (decimal): -14477294 or 1185827. OLE color: 1185827.

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

Color convert

RGB 35 24 18 -
CMYK 0 0.31 0.49 0.86
HSL 21.18º 0.32% 0.1% -
HSV(B) 21.18º 0.49% 0.14% -
XYZ 1.13 1.05 0.72 -
YUV 26.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 35 24 18 0 0.31 0.49 0.86 21.18 0.32 0.1
Hex 23 18 12 0 1F 31 56 15 20 A
Octal 43 30 22 0 37 61 126 25 40 12
Binary 100011 11000 10010 0 11111 110001 1010110 10101 100000 1010

Color Harmonies of #231812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231812

Black with #231812

Text Example


Text Example

White with #231812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231812; }

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

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

background-color css

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

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

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

border-color css

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

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

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