Html Css Color HEX #282714 Maire

📋 copy color: '#282714'

red 40 ◦ green 39 ◦ blue 20

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

Shades of Maire #282714

Tints of Maire #282714

RGB

 RED value IS 40 (16.02% from 255) = 40.4%

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

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

R = 40.4%
G = 39.39%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#282714 (or 0x282714) is known color: Maire. HEX triplet: 28, 27 and 14. RGB value is (40,39,20). Sum of RGB (Red+Green+Blue) = 40+39+20=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282714 is #D7D8EB. Grayscale: #252525. Windows color (decimal): -14145772 or 1320744. OLE color: 1320744.

HSL color Cylindrical-coordinate representation of color #282714: hue angle of 57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282714 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 39 20 -
CMYK 0 0.02 0.5 0.84
HSL 57º 0.33% 0.12% -
HSV(B) 57º 0.5% 0.16% -
XYZ 1.73 1.95 0.95 -
YUV 37.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 40 39 20 0 0.02 0.5 0.84 57 0.33 0.12
Hex 28 27 14 0 2 32 54 39 21 C
Octal 50 47 24 0 2 62 124 71 41 14
Binary 101000 100111 10100 0 10 110010 1010100 111001 100001 1100

Color Harmonies of #282714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282714

Black with #282714

Text Example


Text Example

White with #282714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282714; }

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

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

background-color css

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

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

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

border-color css

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

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

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