Html Css Color HEX #826437 McKenzie

📋 copy color: '#826437'

red 130 ◦ green 100 ◦ blue 55

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

Shades of McKenzie #826437

Tints of McKenzie #826437

RGB

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

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

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

R = 45.61%
G = 35.09%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826437 (or 0x826437) is known color: McKenzie. HEX triplet: 82, 64 and 37. RGB value is (130,100,55). Sum of RGB (Red+Green+Blue) = 130+100+55=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826437 is #7D9BC8. Grayscale: #686868. Windows color (decimal): -8231881 or 3630210. OLE color: 3630210.

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

Color convert

RGB 130 100 55 -
CMYK 0 0.23 0.58 0.49
HSL 36º 0.41% 0.36% -
HSV(B) 36º 0.58% 0.51% -
XYZ 14.45 14.14 5.58 -
YUV 103.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 130 100 55 0 0.23 0.58 0.49 36 0.41 0.36
Hex 82 64 37 0 17 3A 31 24 29 24
Octal 202 144 67 0 27 72 61 44 51 44
Binary 10000010 1100100 110111 0 10111 111010 110001 100100 101001 100100

Color Harmonies of #826437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826437

Black with #826437

Text Example


Text Example

White with #826437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826437; }

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

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

background-color css

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

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

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

border-color css

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

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

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