#8A5F35

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

Shades of McKenzie #8A5F35

Tints of McKenzie #8A5F35

Color information

#8A5F35 (or 0x8A5F35) is unknown color: approx McKenzie. HEX triplet: 8A, 5F and 35. RGB value is (138,95,53). Sum of RGB (Red+Green+Blue) = 138+95+53=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F35 is #75A0CA. Grayscale: #676767. Windows color (decimal): -7708875 or 3497866. OLE color: 3497866.

HSL color Cylindrical-coordinate representation of color #8A5F35: hue angle of 29.65º 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 #8A5F35 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1389553-
CMYK00.310.620.46
HSL29.65º44.5%37.45%-
HSV(B)29.65º61.59%54.12%-
XYZ15.2213.845.24-
YUV103.0799.75152.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=48.25%
G=33.22%
B=18.53%

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
Decimal138955300.310.620.4629.6544.537.45
Hex8A5F3501F3E2E1e2d25
Octal212137650377656365545
Binary10001010101111111010101111111111010111011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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