Html Css Color HEX #261509 Wood Bark

📋 copy color: '#261509'

red 38 ◦ green 21 ◦ blue 9

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

Shades of Wood Bark #261509

Tints of Wood Bark #261509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.88%

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

R = 55.88%
G = 30.88%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#261509 (or 0x261509) is known color: Wood Bark. HEX triplet: 26, 15 and 09. RGB value is (38,21,9). Sum of RGB (Red+Green+Blue) = 38+21+9=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261509 is #D9EAF6. Grayscale: #181818. Windows color (decimal): -14281463 or 595238. OLE color: 595238.

HSL color Cylindrical-coordinate representation of color #261509: hue angle of 24.83º 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 #261509 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 21 9 -
CMYK 0 0.45 0.76 0.85
HSL 24.83º 0.62% 0.09% -
HSV(B) 24.83º 0.76% 0.15% -
XYZ 1.12 0.97 0.39 -
YUV 24.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 38 21 9 0 0.45 0.76 0.85 24.83 0.62 0.09
Hex 26 15 9 0 2D 4C 55 19 3E 9
Octal 46 25 11 0 55 114 125 31 76 11
Binary 100110 10101 1001 0 101101 1001100 1010101 11001 111110 1001

Color Harmonies of #261509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261509

Black with #261509

Text Example


Text Example

White with #261509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261509; }

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

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

background-color css

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

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

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

border-color css

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

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

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