#271813

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

Shades of Wood Bark #271813

Tints of Wood Bark #271813

Color information

#271813 (or 0x271813) is unknown color: approx Wood Bark. HEX triplet: 27, 18 and 13. RGB value is (39,24,19). Sum of RGB (Red+Green+Blue) = 39+24+19=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271813 is #D8E7EC. Grayscale: #1B1B1B. Windows color (decimal): -14215149 or 1251367. OLE color: 1251367.

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

Color convert

RGB392419-
CMYK00.380.510.85
HSL15º34.48%11.37%-
HSV(B)15º51.28%15.29%-
XYZ1.281.130.77-
YUV27.92122.97135.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=47.56%
G=29.27%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39241900.380.510.851534.4811.37
Hex2718130263355f22b
Octal47302304663125174213
Binary10011111000100110100110110011101010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271813; }

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

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

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

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

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

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

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

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