#231812

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

Shades of Wood Bark #231812

Tints of Wood Bark #231812

Color information

#231812 (or 0x231812) is unknown color: approx 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

RGB352418-
CMYK00.310.490.86
HSL21.18º32.08%10.39%-
HSV(B)21.18º48.57%13.73%-
XYZ1.131.050.72-
YUV26.6123.14133.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35241800.310.490.8621.1832.0810.39
Hex23181201F31561520a
Octal43302203761126254012
Binary10001111000100100111111100011010110101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>