Html Css Color HEX #272316 Maire

📋 copy color: '#272316'

red 39 ◦ green 35 ◦ blue 22

#272316
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #272316

Tints of Maire #272316

RGB

 RED value IS 39 (15.63% from 255) = 40.63%

 GREEN value IS 35 (14.06% from 255) = 36.46%

 BLUE value IS 22 (8.98% from 255) = 22.92%

R = 40.63%
G = 36.46%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#272316 (or 0x272316) is known color: Maire. HEX triplet: 27, 23 and 16. RGB value is (39,35,22). Sum of RGB (Red+Green+Blue) = 39+35+22=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #272316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272316 is #D8DCE9. Grayscale: #222222. Windows color (decimal): -14212330 or 1450791. OLE color: 1450791.

HSL color Cylindrical-coordinate representation of color #272316: hue angle of 45.88º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #272316 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 35 22 -
CMYK 0 0.10 0.44 0.85
HSL 45.88º 0.28% 0.12% -
HSV(B) 45.88º 0.44% 0.15% -
XYZ 1.58 1.69 1 -
YUV 34.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 39 35 22 0 0.10 0.44 0.85 45.88 0.28 0.12
Hex 27 23 16 0 A 2C 55 2E 1C C
Octal 47 43 26 0 12 54 125 56 34 14
Binary 100111 100011 10110 0 1010 101100 1010101 101110 11100 1100

Color Harmonies of #272316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272316

Black with #272316

Text Example


Text Example

White with #272316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272316; }

 p { color: rgb(39,35,22); }

 H1.HeaderClassName
 {
   color: #272316;
 }
 .AnyTagClassName
 {
   color: #272316;
 }
</style>

background-color css

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

 a { background-color: rgb(39,35,22); }

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

border-color css

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

 span { border-color: rgb(39,35,22); }

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