Html Css Color HEX #8E713D McKenzie

📋 copy color: '#8E713D'

red 142 ◦ green 113 ◦ blue 61

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

Shades of McKenzie #8E713D

Tints of McKenzie #8E713D

RGB

 RED value IS 142 (55.86% from 255) = 44.94%

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 44.94%
G = 35.76%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8E713D (or 0x8E713D) is known color: McKenzie. HEX triplet: 8E, 71 and 3D. RGB value is (142,113,61). Sum of RGB (Red+Green+Blue) = 142+113+61=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E713D is #718EC2. Grayscale: #737373. Windows color (decimal): -7442115 or 4026766. OLE color: 4026766.

HSL color Cylindrical-coordinate representation of color #8E713D: hue angle of 38.52º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E713D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 61 -
CMYK 0 0.20 0.57 0.44
HSL 38.52º 0.4% 0.4% -
HSV(B) 38.52º 0.57% 0.56% -
XYZ 17.9 17.9 6.93 -
YUV 115.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 142 113 61 0 0.20 0.57 0.44 38.52 0.4 0.4
Hex 8E 71 3D 0 14 39 2C 27 28 28
Octal 216 161 75 0 24 71 54 47 50 50
Binary 10001110 1110001 111101 0 10100 111001 101100 100111 101000 101000

Color Harmonies of #8E713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E713D

Black with #8E713D

Text Example


Text Example

White with #8E713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E713D; }

 p { color: rgb(142,113,61); }

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

background-color css

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

 a { background-color: rgb(142,113,61); }

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

border-color css

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

 span { border-color: rgb(142,113,61); }

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