Html Css Color HEX #845E35 McKenzie

📋 copy color: '#845E35'

red 132 ◦ green 94 ◦ blue 53

#845E35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #845E35

Tints of McKenzie #845E35

RGB

 RED value IS 132 (51.95% from 255) = 47.31%

 GREEN value IS 94 (37.11% from 255) = 33.69%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 47.31%
G = 33.69%
B = 19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#845E35 (or 0x845E35) is known color: McKenzie. HEX triplet: 84, 5E and 35. RGB value is (132,94,53). Sum of RGB (Red+Green+Blue) = 132+94+53=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #845E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E35 is #7BA1CA. Grayscale: #646464. Windows color (decimal): -8102347 or 3497604. OLE color: 3497604.

HSL color Cylindrical-coordinate representation of color #845E35: hue angle of 31.14º 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 #845E35 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 53 -
CMYK 0 0.29 0.60 0.48
HSL 31.14º 0.43% 0.36% -
HSV(B) 31.14º 0.6% 0.52% -
XYZ 14.16 13.17 5.16 -
YUV 100.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 132 94 53 0 0.29 0.60 0.48 31.14 0.43 0.36
Hex 84 5E 35 0 1D 3C 30 1F 2B 24
Octal 204 136 65 0 35 74 60 37 53 44
Binary 10000100 1011110 110101 0 11101 111100 110000 11111 101011 100100

Color Harmonies of #845E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E35

Black with #845E35

Text Example


Text Example

White with #845E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #845E35;
 }
 .AnyTagClassName
 {
   color: #845E35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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