#935F38

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

Shades of McKenzie #935F38

Tints of McKenzie #935F38

Color information

#935F38 (or 0x935F38) is unknown color: approx McKenzie. HEX triplet: 93, 5F and 38. RGB value is (147,95,56). Sum of RGB (Red+Green+Blue) = 147+95+56=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #935F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F38 is #6CA0C7. Grayscale: #6A6A6A. Windows color (decimal): -7119048 or 3694483. OLE color: 3694483.

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

Color convert

RGB1479556-
CMYK00.350.620.42
HSL25.71º44.83%39.8%-
HSV(B)25.71º61.9%57.65%-
XYZ16.8414.675.69-
YUV106.199.73157.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=49.33%
G=31.88%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147955600.350.620.4225.7144.8339.8
Hex935F380233E2A1a2d28
Octal223137700437652325550
Binary100100111011111111000010001111111010101011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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