Html Css Color HEX #826838 McKenzie

📋 copy color: '#826838'

red 130 ◦ green 104 ◦ blue 56

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

Shades of McKenzie #826838

Tints of McKenzie #826838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 44.83%
G = 35.86%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#826838 (or 0x826838) is known color: McKenzie. HEX triplet: 82, 68 and 38. RGB value is (130,104,56). Sum of RGB (Red+Green+Blue) = 130+104+56=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826838 is #7D97C7. Grayscale: #6A6A6A. Windows color (decimal): -8230856 or 3696770. OLE color: 3696770.

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

Color convert

RGB 130 104 56 -
CMYK 0 0.2 0.57 0.49
HSL 38.92º 0.4% 0.36% -
HSV(B) 38.92º 0.57% 0.51% -
XYZ 14.87 14.93 5.84 -
YUV 106.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 130 104 56 0 0.2 0.57 0.49 38.92 0.4 0.36
Hex 82 68 38 0 14 39 31 27 28 24
Octal 202 150 70 0 24 71 61 47 50 44
Binary 10000010 1101000 111000 0 10100 111001 110001 100111 101000 100100

Color Harmonies of #826838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826838

Black with #826838

Text Example


Text Example

White with #826838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826838; }

 p { color: rgb(130,104,56); }

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

background-color css

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

 a { background-color: rgb(130,104,56); }

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

border-color css

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

 span { border-color: rgb(130,104,56); }

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