Html Css Color HEX #272614 Maire

📋 copy color: '#272614'

red 39 ◦ green 38 ◦ blue 20

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

Shades of Maire #272614

Tints of Maire #272614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 40.21%
G = 39.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272614 (or 0x272614) is known color: Maire. HEX triplet: 27, 26 and 14. RGB value is (39,38,20). Sum of RGB (Red+Green+Blue) = 39+38+20=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #272614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272614 is #D8D9EB. Grayscale: #242424. Windows color (decimal): -14211564 or 1320487. OLE color: 1320487.

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

Color convert

RGB 39 38 20 -
CMYK 0 0.03 0.49 0.85
HSL 56.84º 0.32% 0.12% -
HSV(B) 56.84º 0.49% 0.15% -
XYZ 1.66 1.87 0.94 -
YUV 36.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 39 38 20 0 0.03 0.49 0.85 56.84 0.32 0.12
Hex 27 26 14 0 3 31 55 39 20 C
Octal 47 46 24 0 3 61 125 71 40 14
Binary 100111 100110 10100 0 11 110001 1010101 111001 100000 1100

Color Harmonies of #272614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272614

Black with #272614

Text Example


Text Example

White with #272614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272614; }

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

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

background-color css

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

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

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

border-color css

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

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

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