Html Css Color HEX #826434 McKenzie

📋 copy color: '#826434'

red 130 ◦ green 100 ◦ blue 52

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

Shades of McKenzie #826434

Tints of McKenzie #826434

RGB

 RED value IS 130 (51.17% from 255) = 46.1%

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 46.1%
G = 35.46%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#826434 (or 0x826434) is known color: McKenzie. HEX triplet: 82, 64 and 34. RGB value is (130,100,52). Sum of RGB (Red+Green+Blue) = 130+100+52=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826434 is #7D9BCB. Grayscale: #676767. Windows color (decimal): -8231884 or 3433602. OLE color: 3433602.

HSL color Cylindrical-coordinate representation of color #826434: hue angle of 36.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826434 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 52 -
CMYK 0 0.23 0.60 0.49
HSL 36.92º 0.43% 0.36% -
HSV(B) 36.92º 0.6% 0.51% -
XYZ 14.38 14.11 5.21 -
YUV 103.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 130 100 52 0 0.23 0.60 0.49 36.92 0.43 0.36
Hex 82 64 34 0 17 3C 31 25 2B 24
Octal 202 144 64 0 27 74 61 45 53 44
Binary 10000010 1100100 110100 0 10111 111100 110001 100101 101011 100100

Color Harmonies of #826434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826434

Black with #826434

Text Example


Text Example

White with #826434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826434; }

 p { color: rgb(130,100,52); }

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

background-color css

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

 a { background-color: rgb(130,100,52); }

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

border-color css

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

 span { border-color: rgb(130,100,52); }

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