#261712

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

Shades of Wood Bark #261712

Tints of Wood Bark #261712

Color information

#261712 (or 0x261712) is unknown color: approx Wood Bark. HEX triplet: 26, 17 and 12. RGB value is (38,23,18). Sum of RGB (Red+Green+Blue) = 38+23+18=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261712 is #D9E8ED. Grayscale: #1A1A1A. Windows color (decimal): -14280942 or 1185574. OLE color: 1185574.

HSL color Cylindrical-coordinate representation of color #261712: hue angle of 15º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261712 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB382318-
CMYK00.390.530.85
HSL15º35.71%10.98%-
HSV(B)15º52.63%14.9%-
XYZ1.211.070.71-
YUV26.92122.97135.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=48.10%
G=29.11%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38231800.390.530.851535.7110.98
Hex2617120273555f24b
Octal46272204765125174413
Binary10011010111100100100111110101101010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261712; }

 p { color: rgb(38,23,18); }

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

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

 a { background-color: rgb(38,23,18); }

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

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

 span { border-color: rgb(38,23,18); }

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