Html Css Color HEX #8E5E38 McKenzie

📋 copy color: '#8E5E38'

red 142 ◦ green 94 ◦ blue 56

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

Shades of McKenzie #8E5E38

Tints of McKenzie #8E5E38

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 48.63%
G = 32.19%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E5E38 (or 0x8E5E38) is known color: McKenzie. HEX triplet: 8E, 5E and 38. RGB value is (142,94,56). Sum of RGB (Red+Green+Blue) = 142+94+56=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E38 is #71A1C7. Grayscale: #686868. Windows color (decimal): -7446984 or 3694222. OLE color: 3694222.

HSL color Cylindrical-coordinate representation of color #8E5E38: hue angle of 26.51º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5E38 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 94 56 -
CMYK 0 0.34 0.61 0.44
HSL 26.51º 0.43% 0.39% -
HSV(B) 26.51º 0.61% 0.56% -
XYZ 15.87 14.04 5.62 -
YUV 104.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 142 94 56 0 0.34 0.61 0.44 26.51 0.43 0.39
Hex 8E 5E 38 0 22 3D 2C 1B 2B 27
Octal 216 136 70 0 42 75 54 33 53 47
Binary 10001110 1011110 111000 0 100010 111101 101100 11011 101011 100111

Color Harmonies of #8E5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E38

Black with #8E5E38

Text Example


Text Example

White with #8E5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,56); }

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

background-color css

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

 a { background-color: rgb(142,94,56); }

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

border-color css

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

 span { border-color: rgb(142,94,56); }

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