#271912

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

Shades of Wood Bark #271912

Tints of Wood Bark #271912

Color information

#271912 (or 0x271912) is unknown color: approx Wood Bark. HEX triplet: 27, 19 and 12. RGB value is (39,25,18). Sum of RGB (Red+Green+Blue) = 39+25+18=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271912 is #D8E6ED. Grayscale: #1C1C1C. Windows color (decimal): -14214894 or 1186087. OLE color: 1186087.

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

Color convert

RGB392518-
CMYK00.360.540.85
HSL20º36.84%11.18%-
HSV(B)20º53.85%15.29%-
XYZ1.291.170.73-
YUV28.39122.14135.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=47.56%
G=30.49%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39251800.360.540.852036.8411.18
Hex27191202436551425b
Octal47312204466125244513
Binary100111110011001001001001101101010101101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271912; }

 p { color: rgb(39,25,18); }

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

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

 a { background-color: rgb(39,25,18); }

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

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

 span { border-color: rgb(39,25,18); }

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