#261308

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

Shades of Wood Bark #261308

Tints of Wood Bark #261308

Color information

#261308 (or 0x261308) is unknown color: approx Wood Bark. HEX triplet: 26, 13 and 08. RGB value is (38,19,8). Sum of RGB (Red+Green+Blue) = 38+19+8=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #261308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261308 is #D9ECF7. Grayscale: #171717. Windows color (decimal): -14281976 or 529190. OLE color: 529190.

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

Color convert

RGB38198-
CMYK00.500.790.85
HSL22º65.22%9.02%-
HSV(B)22º78.95%14.9%-
XYZ1.080.90.35-
YUV23.43119.29138.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=58.46%
G=29.23%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3819800.500.790.852265.229.02
Hex261380324F5516419
Octal4623100621171252610111
Binary1001101001110000110010100111110101011011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261308; }

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

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

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

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

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

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

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

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