#875D34

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

Shades of McKenzie #875D34

Tints of McKenzie #875D34

Color information

#875D34 (or 0x875D34) is unknown color: approx McKenzie. HEX triplet: 87, 5D and 34. RGB value is (135,93,52). Sum of RGB (Red+Green+Blue) = 135+93+52=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #875D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D34 is #78A2CB. Grayscale: #656565. Windows color (decimal): -7905996 or 3431815. OLE color: 3431815.

HSL color Cylindrical-coordinate representation of color #875D34: hue angle of 29.64º 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 #875D34 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1359352-
CMYK00.310.610.47
HSL29.64º44.39%36.67%-
HSV(B)29.64º61.48%52.94%-
XYZ14.5313.235.04-
YUV100.88100.41152.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=48.21%
G=33.21%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135935200.310.610.4729.6444.3936.67
Hex875D3401F3D2F1e2c25
Octal207135640377557365445
Binary10000111101110111010001111111110110111111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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