Html Css Color HEX #826334 McKenzie

📋 copy color: '#826334'

red 130 ◦ green 99 ◦ blue 52

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

Shades of McKenzie #826334

Tints of McKenzie #826334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 46.26%
G = 35.23%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#826334 (or 0x826334) is known color: McKenzie. HEX triplet: 82, 63 and 34. RGB value is (130,99,52). Sum of RGB (Red+Green+Blue) = 130+99+52=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826334 is #7D9CCB. Grayscale: #676767. Windows color (decimal): -8232140 or 3433346. OLE color: 3433346.

HSL color Cylindrical-coordinate representation of color #826334: hue angle of 36.15º 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 #826334 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 52 -
CMYK 0 0.24 0.60 0.49
HSL 36.15º 0.43% 0.36% -
HSV(B) 36.15º 0.6% 0.51% -
XYZ 14.29 13.92 5.18 -
YUV 102.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 130 99 52 0 0.24 0.60 0.49 36.15 0.43 0.36
Hex 82 63 34 0 18 3C 31 24 2B 24
Octal 202 143 64 0 30 74 61 44 53 44
Binary 10000010 1100011 110100 0 11000 111100 110001 100100 101011 100100

Color Harmonies of #826334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826334

Black with #826334

Text Example


Text Example

White with #826334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826334; }

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

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

background-color css

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

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

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

border-color css

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

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

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