#2A170F

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

Shades of Wood Bark #2A170F

Tints of Wood Bark #2A170F

Color information

#2A170F (or 0x2A170F) is unknown color: approx Wood Bark. HEX triplet: 2A, 17 and 0F. RGB value is (42,23,15). Sum of RGB (Red+Green+Blue) = 42+23+15=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A170F is #D5E8F0. Grayscale: #1B1B1B. Windows color (decimal): -14018801 or 988970. OLE color: 988970.

HSL color Cylindrical-coordinate representation of color #2A170F: hue angle of 17.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A170F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.84.

Color convert

RGB422315-
CMYK00.450.640.84
HSL17.78º47.37%11.18%-
HSV(B)17.78º64.29%16.47%-
XYZ1.351.140.6-
YUV27.77120.79138.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 52.5%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=52.5%
G=28.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42231500.450.640.8417.7847.3711.18
Hex2A17F02D4054122fb
Octal522717055100124225713
Binary101010101111111010110110000001010100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A170F; }

 p { color: rgb(42,23,15); }

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

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

 a { background-color: rgb(42,23,15); }

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

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

 span { border-color: rgb(42,23,15); }

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