#845F35

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

Shades of McKenzie #845F35

Tints of McKenzie #845F35

Color information

#845F35 (or 0x845F35) is unknown color: approx McKenzie. HEX triplet: 84, 5F and 35. RGB value is (132,95,53). Sum of RGB (Red+Green+Blue) = 132+95+53=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F35 is #7BA0CA. Grayscale: #656565. Windows color (decimal): -8102091 or 3497860. OLE color: 3497860.

HSL color Cylindrical-coordinate representation of color #845F35: hue angle of 31.9º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845F35 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1329553-
CMYK00.280.600.48
HSL31.9º42.7%36.27%-
HSV(B)31.9º59.85%51.76%-
XYZ14.2513.355.19-
YUV101.28100.76149.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=47.14%
G=33.93%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132955300.280.600.4831.942.736.27
Hex845F3501C3C30202b24
Octal204137650347460405344
Binary100001001011111110101011100111100110000100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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