#231409

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

Shades of Wood Bark #231409

Tints of Wood Bark #231409

Color information

#231409 (or 0x231409) is unknown color: approx Wood Bark. HEX triplet: 23, 14 and 09. RGB value is (35,20,9). Sum of RGB (Red+Green+Blue) = 35+20+9=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231409 is #DCEBF6. Grayscale: #171717. Windows color (decimal): -14478327 or 594979. OLE color: 594979.

HSL color Cylindrical-coordinate representation of color #231409: hue angle of 25.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231409 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB35209-
CMYK00.430.740.86
HSL25.38º59.09%8.63%-
HSV(B)25.38º74.29%13.73%-
XYZ0.990.880.38-
YUV23.23119.97136.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=54.69%
G=31.25%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3520900.430.740.8625.3859.098.63
Hex2314902B4A56193b9
Octal432411053112126317311
Binary100011101001001010101110010101010110110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231409; }

 p { color: rgb(35,20,9); }

 H1.HeaderClassName
 {
   color: #231409;
 }
 .AnyTagClassName
 {
   color: #231409;
 }
</style>
background-color css

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

 a { background-color: rgb(35,20,9); }

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

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

 span { border-color: rgb(35,20,9); }

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