Html Css Color HEX #272514 Maire

📋 copy color: '#272514'

red 39 ◦ green 37 ◦ blue 20

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

Shades of Maire #272514

Tints of Maire #272514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 40.63%
G = 38.54%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272514 (or 0x272514) is known color: Maire. HEX triplet: 27, 25 and 14. RGB value is (39,37,20). Sum of RGB (Red+Green+Blue) = 39+37+20=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #272514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272514 is #D8DAEB. Grayscale: #232323. Windows color (decimal): -14211820 or 1320231. OLE color: 1320231.

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

Color convert

RGB 39 37 20 -
CMYK 0 0.05 0.49 0.85
HSL 53.68º 0.32% 0.12% -
HSV(B) 53.68º 0.49% 0.15% -
XYZ 1.62 1.8 0.92 -
YUV 35.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 39 37 20 0 0.05 0.49 0.85 53.68 0.32 0.12
Hex 27 25 14 0 5 31 55 36 20 C
Octal 47 45 24 0 5 61 125 66 40 14
Binary 100111 100101 10100 0 101 110001 1010101 110110 100000 1100

Color Harmonies of #272514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272514

Black with #272514

Text Example


Text Example

White with #272514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272514; }

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

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

background-color css

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

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

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

border-color css

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

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

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