#875A34

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

Shades of McKenzie #875A34

Tints of McKenzie #875A34

Color information

#875A34 (or 0x875A34) is unknown color: approx McKenzie. HEX triplet: 87, 5A and 34. RGB value is (135,90,52). Sum of RGB (Red+Green+Blue) = 135+90+52=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #875A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A34 is #78A5CB. Grayscale: #636363. Windows color (decimal): -7906764 or 3431047. OLE color: 3431047.

HSL color Cylindrical-coordinate representation of color #875A34: hue angle of 27.47º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875A34 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1359052-
CMYK00.330.610.47
HSL27.47º44.39%36.67%-
HSV(B)27.47º61.48%52.94%-
XYZ14.2712.714.95-
YUV99.12101.41153.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=48.74%
G=32.49%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135905200.330.610.4727.4744.3936.67
Hex875A340213D2F1b2c25
Octal207132640417557335445
Binary100001111011010110100010000111110110111111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A34; }

 p { color: rgb(135,90,52); }

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

<style>
 a { background-color: #875A34; }

 a { background-color: rgb(135,90,52); }

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

<style>
 span { border-color: #875A34; }

 span { border-color: rgb(135,90,52); }

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