#271204

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

Shades of Wood Bark #271204

Tints of Wood Bark #271204

Color information

#271204 (or 0x271204) is unknown color: approx Wood Bark. HEX triplet: 27, 12 and 04. RGB value is (39,18,4). Sum of RGB (Red+Green+Blue) = 39+18+4=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #271204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271204 is #D8EDFB. Grayscale: #161616. Windows color (decimal): -14216700 or 266791. OLE color: 266791.

HSL color Cylindrical-coordinate representation of color #271204: hue angle of 24º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #271204 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB39184-
CMYK00.540.900.85
HSL24º81.4%8.43%-
HSV(B)24º89.74%15.29%-
XYZ1.070.870.23-
YUV22.68117.46139.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 63.93%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 4 (1.95% from 255) = 6.56%
R=63.93%
G=29.51%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918400.540.900.852481.48.43
Hex271240365A5518518
Octal472240661321253012110
Binary100111100101000110110101101010101011100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271204; }

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

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

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

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

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

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

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

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