Html Css Color HEX #8E5C34 McKenzie

📋 copy color: '#8E5C34'

red 142 ◦ green 92 ◦ blue 52

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

Shades of McKenzie #8E5C34

Tints of McKenzie #8E5C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 49.65%
G = 32.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E5C34 (or 0x8E5C34) is known color: McKenzie. HEX triplet: 8E, 5C and 34. RGB value is (142,92,52). Sum of RGB (Red+Green+Blue) = 142+92+52=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C34 is #71A3CB. Grayscale: #666666. Windows color (decimal): -7447500 or 3431566. OLE color: 3431566.

HSL color Cylindrical-coordinate representation of color #8E5C34: hue angle of 26.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5C34 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 92 52 -
CMYK 0 0.35 0.63 0.44
HSL 26.67º 0.46% 0.38% -
HSV(B) 26.67º 0.63% 0.56% -
XYZ 15.6 13.65 5.06 -
YUV 102.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 142 92 52 0 0.35 0.63 0.44 26.67 0.46 0.38
Hex 8E 5C 34 0 23 3F 2C 1B 2E 26
Octal 216 134 64 0 43 77 54 33 56 46
Binary 10001110 1011100 110100 0 100011 111111 101100 11011 101110 100110

Color Harmonies of #8E5C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5C34

Black with #8E5C34

Text Example


Text Example

White with #8E5C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,92,52); }

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

background-color css

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

 a { background-color: rgb(142,92,52); }

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

border-color css

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

 span { border-color: rgb(142,92,52); }

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