#272208

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

Shades of Maire #272208

Tints of Maire #272208

Color information

#272208 (or 0x272208) is unknown color: approx Maire. HEX triplet: 27, 22 and 08. RGB value is (39,34,8). Sum of RGB (Red+Green+Blue) = 39+34+8=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #272208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272208 is #D8DDF7. Grayscale: #202020. Windows color (decimal): -14212600 or 533031. OLE color: 533031.

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

Color convert

RGB39348-
CMYK00.130.790.85
HSL50.32º65.96%9.22%-
HSV(B)50.32º79.49%15.29%-
XYZ1.451.590.46-
YUV32.53114.16132.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.15%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=48.15%
G=41.98%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3934800.130.790.8550.3265.969.22
Hex272280D4F5532429
Octal4742100151171256210211
Binary1001111000101000011011001111101010111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272208; }

 p { color: rgb(39,34,8); }

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

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

 a { background-color: rgb(39,34,8); }

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

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

 span { border-color: rgb(39,34,8); }

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