#271810

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

Shades of Wood Bark #271810

Tints of Wood Bark #271810

Color information

#271810 (or 0x271810) is unknown color: approx Wood Bark. HEX triplet: 27, 18 and 10. RGB value is (39,24,16). Sum of RGB (Red+Green+Blue) = 39+24+16=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271810 is #D8E7EF. Grayscale: #1B1B1B. Windows color (decimal): -14215152 or 1054759. OLE color: 1054759.

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

Color convert

RGB392416-
CMYK00.380.590.85
HSL20.87º41.82%10.78%-
HSV(B)20.87º58.97%15.29%-
XYZ1.261.120.64-
YUV27.57121.47136.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=49.37%
G=30.38%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39241600.380.590.8520.8741.8210.78
Hex2718100263B55152ab
Octal47302004673125255213
Binary100111110001000001001101110111010101101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271810; }

 p { color: rgb(39,24,16); }

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

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

 a { background-color: rgb(39,24,16); }

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

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

 span { border-color: rgb(39,24,16); }

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