Html Css Color HEX #826037 McKenzie

📋 copy color: '#826037'

red 130 ◦ green 96 ◦ blue 55

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

Shades of McKenzie #826037

Tints of McKenzie #826037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 46.26%
G = 34.16%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826037 (or 0x826037) is known color: McKenzie. HEX triplet: 82, 60 and 37. RGB value is (130,96,55). Sum of RGB (Red+Green+Blue) = 130+96+55=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826037 is #7D9FC8. Grayscale: #656565. Windows color (decimal): -8232905 or 3629186. OLE color: 3629186.

HSL color Cylindrical-coordinate representation of color #826037: hue angle of 32.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826037 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 55 -
CMYK 0 0.26 0.58 0.49
HSL 32.8º 0.41% 0.36% -
HSV(B) 32.8º 0.58% 0.51% -
XYZ 14.08 13.39 5.46 -
YUV 101.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 130 96 55 0 0.26 0.58 0.49 32.8 0.41 0.36
Hex 82 60 37 0 1A 3A 31 21 29 24
Octal 202 140 67 0 32 72 61 41 51 44
Binary 10000010 1100000 110111 0 11010 111010 110001 100001 101001 100100

Color Harmonies of #826037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826037

Black with #826037

Text Example


Text Example

White with #826037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826037; }

 p { color: rgb(130,96,55); }

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

background-color css

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

 a { background-color: rgb(130,96,55); }

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

border-color css

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

 span { border-color: rgb(130,96,55); }

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