#875D35

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

Shades of McKenzie #875D35

Tints of McKenzie #875D35

Color information

#875D35 (or 0x875D35) is unknown color: approx McKenzie. HEX triplet: 87, 5D and 35. RGB value is (135,93,53). Sum of RGB (Red+Green+Blue) = 135+93+53=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D35 is #78A2CA. Grayscale: #656565. Windows color (decimal): -7905995 or 3497351. OLE color: 3497351.

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

Color convert

RGB1359353-
CMYK00.310.610.47
HSL29.27º43.62%36.86%-
HSV(B)29.27º60.74%52.94%-
XYZ14.5513.245.16-
YUV101100.91152.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=48.04%
G=33.10%
B=18.86%

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
Decimal135935300.310.610.4729.2743.6236.86
Hex875D3501F3D2F1d2c25
Octal207135650377557355445
Binary10000111101110111010101111111110110111111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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