Html Css Color HEX #272714 Maire

📋 copy color: '#272714'

red 39 ◦ green 39 ◦ blue 20

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

Shades of Maire #272714

Tints of Maire #272714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.8%

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

R = 39.8%
G = 39.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272714 (or 0x272714) is known color: Maire. HEX triplet: 27, 27 and 14. RGB value is (39,39,20). Sum of RGB (Red+Green+Blue) = 39+39+20=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272714 is #D8D8EB. Grayscale: #242424. Windows color (decimal): -14211308 or 1320743. OLE color: 1320743.

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

Color convert

RGB 39 39 20 -
CMYK 0 0 0.49 0.85
HSL 60º 0.32% 0.12% -
HSV(B) 60º 0.49% 0.15% -
XYZ 1.69 1.93 0.95 -
YUV 36.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 39 39 20 0 0 0.49 0.85 60 0.32 0.12
Hex 27 27 14 0 0 31 55 3C 20 C
Octal 47 47 24 0 0 61 125 74 40 14
Binary 100111 100111 10100 0 0 110001 1010101 111100 100000 1100

Color Harmonies of #272714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272714

Black with #272714

Text Example


Text Example

White with #272714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272714; }

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

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

background-color css

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

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

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

border-color css

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

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

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