#935F35

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

Shades of McKenzie #935F35

Tints of McKenzie #935F35

Color information

#935F35 (or 0x935F35) is unknown color: approx McKenzie. HEX triplet: 93, 5F and 35. RGB value is (147,95,53). Sum of RGB (Red+Green+Blue) = 147+95+53=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #935F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F35 is #6CA0CA. Grayscale: #696969. Windows color (decimal): -7119051 or 3497875. OLE color: 3497875.

HSL color Cylindrical-coordinate representation of color #935F35: hue angle of 26.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935F35 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1479553-
CMYK00.350.640.42
HSL26.81º47%39.22%-
HSV(B)26.81º63.95%57.65%-
XYZ16.7714.645.31-
YUV105.7698.23157.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=49.83%
G=32.20%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147955300.350.640.4226.814739.22
Hex935F35023402A1b2f27
Octal2231376504310052335747
Binary1001001110111111101010100011100000010101011011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935F35; }

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

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

<style>
 a { background-color: #935F35; }

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

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

<style>
 span { border-color: #935F35; }

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

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