Html Css Color HEX #231209 Wood Bark

📋 copy color: '#231209'

red 35 ◦ green 18 ◦ blue 9

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

Shades of Wood Bark #231209

Tints of Wood Bark #231209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 56.45%
G = 29.03%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#231209 (or 0x231209) is known color: Wood Bark. HEX triplet: 23, 12 and 09. RGB value is (35,18,9). Sum of RGB (Red+Green+Blue) = 35+18+9=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #231209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231209 is #DCEDF6. Grayscale: #161616. Windows color (decimal): -14478839 or 594467. OLE color: 594467.

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

Color convert

RGB 35 18 9 -
CMYK 0 0.49 0.74 0.86
HSL 20.77º 0.59% 0.09% -
HSV(B) 20.77º 0.74% 0.14% -
XYZ 0.96 0.81 0.36 -
YUV 22.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 35 18 9 0 0.49 0.74 0.86 20.77 0.59 0.09
Hex 23 12 9 0 31 4A 56 15 3B 9
Octal 43 22 11 0 61 112 126 25 73 11
Binary 100011 10010 1001 0 110001 1001010 1010110 10101 111011 1001

Color Harmonies of #231209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231209

Black with #231209

Text Example


Text Example

White with #231209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231209; }

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

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

background-color css

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

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

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

border-color css

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

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

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