Html Css Color HEX #272612 Maire

📋 copy color: '#272612'

red 39 ◦ green 38 ◦ blue 18

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

Shades of Maire #272612

Tints of Maire #272612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40%

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 41.05%
G = 40%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#272612 (or 0x272612) is known color: Maire. HEX triplet: 27, 26 and 12. RGB value is (39,38,18). Sum of RGB (Red+Green+Blue) = 39+38+18=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #272612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272612 is #D8D9ED. Grayscale: #242424. Windows color (decimal): -14211566 or 1189415. OLE color: 1189415.

HSL color Cylindrical-coordinate representation of color #272612: hue angle of 57.14º 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 #272612 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 38 18 -
CMYK 0 0.03 0.54 0.85
HSL 57.14º 0.37% 0.11% -
HSV(B) 57.14º 0.54% 0.15% -
XYZ 1.64 1.86 0.85 -
YUV 36.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 39 38 18 0 0.03 0.54 0.85 57.14 0.37 0.11
Hex 27 26 12 0 3 36 55 39 25 B
Octal 47 46 22 0 3 66 125 71 45 13
Binary 100111 100110 10010 0 11 110110 1010101 111001 100101 1011

Color Harmonies of #272612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272612

Black with #272612

Text Example


Text Example

White with #272612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272612; }

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

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

background-color css

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

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

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

border-color css

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

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

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