#271509

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

Shades of Wood Bark #271509

Tints of Wood Bark #271509

Color information

#271509 (or 0x271509) is unknown color: approx Wood Bark. HEX triplet: 27, 15 and 09. RGB value is (39,21,9). Sum of RGB (Red+Green+Blue) = 39+21+9=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #271509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271509 is #D8EAF6. Grayscale: #191919. Windows color (decimal): -14215927 or 595239. OLE color: 595239.

HSL color Cylindrical-coordinate representation of color #271509: hue angle of 24º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #271509 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB39219-
CMYK00.460.770.85
HSL24º62.5%9.41%-
HSV(B)24º76.92%15.29%-
XYZ1.150.990.39-
YUV25.01118.96137.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=56.52%
G=30.43%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3921900.460.770.852462.59.41
Hex2715902E4D55183e9
Octal472511056115125307611
Binary100111101011001010111010011011010101110001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271509; }

 p { color: rgb(39,21,9); }

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

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

 a { background-color: rgb(39,21,9); }

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

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

 span { border-color: rgb(39,21,9); }

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