#8A5F34

Color #8A5F34 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #8A5F34

Tints of McKenzie #8A5F34

Color information

#8A5F34 (or 0x8A5F34) is unknown color: approx McKenzie. HEX triplet: 8A, 5F and 34. RGB value is (138,95,52). Sum of RGB (Red+Green+Blue) = 138+95+52=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F34 is #75A0CB. Grayscale: #676767. Windows color (decimal): -7708876 or 3432330. OLE color: 3432330.

HSL color Cylindrical-coordinate representation of color #8A5F34: hue angle of 30º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5F34 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1389552-
CMYK00.310.620.46
HSL30º45.26%37.25%-
HSV(B)30º62.32%54.12%-
XYZ15.1913.845.12-
YUV102.9599.25153-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=48.42%
G=33.33%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138955200.310.620.463045.2637.25
Hex8A5F3401F3E2E1e2d25
Octal212137640377656365545
Binary10001010101111111010001111111111010111011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,52); }

 H1.HeaderClassName
 {
   color: #8A5F34;
 }
 .AnyTagClassName
 {
   color: #8A5F34;
 }
</style>
background-color css

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

 a { background-color: rgb(138,95,52); }

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

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

 span { border-color: rgb(138,95,52); }

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