Html Css Color HEX #261309 Wood Bark

📋 copy color: '#261309'

red 38 ◦ green 19 ◦ blue 9

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

Shades of Wood Bark #261309

Tints of Wood Bark #261309

RGB

 RED value IS 38 (15.23% from 255) = 57.58%

 GREEN value IS 19 (7.81% from 255) = 28.79%

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

R = 57.58%
G = 28.79%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#261309 (or 0x261309) is known color: Wood Bark. HEX triplet: 26, 13 and 09. RGB value is (38,19,9). Sum of RGB (Red+Green+Blue) = 38+19+9=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #261309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261309 is #D9ECF6. Grayscale: #171717. Windows color (decimal): -14281975 or 594726. OLE color: 594726.

HSL color Cylindrical-coordinate representation of color #261309: hue angle of 20.69º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261309 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 19 9 -
CMYK 0 0.50 0.76 0.85
HSL 20.69º 0.62% 0.09% -
HSV(B) 20.69º 0.76% 0.15% -
XYZ 1.08 0.9 0.37 -
YUV 23.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 38 19 9 0 0.50 0.76 0.85 20.69 0.62 0.09
Hex 26 13 9 0 32 4C 55 15 3E 9
Octal 46 23 11 0 62 114 125 25 76 11
Binary 100110 10011 1001 0 110010 1001100 1010101 10101 111110 1001

Color Harmonies of #261309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261309

Black with #261309

Text Example


Text Example

White with #261309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261309; }

 p { color: rgb(38,19,9); }

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

background-color css

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

 a { background-color: rgb(38,19,9); }

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

border-color css

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

 span { border-color: rgb(38,19,9); }

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