Html Css Color HEX #825D36 McKenzie

📋 copy color: '#825D36'

red 130 ◦ green 93 ◦ blue 54

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

Shades of McKenzie #825D36

Tints of McKenzie #825D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.57%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 46.93%
G = 33.57%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825D36 (or 0x825D36) is known color: McKenzie. HEX triplet: 82, 5D and 36. RGB value is (130,93,54). Sum of RGB (Red+Green+Blue) = 130+93+54=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D36 is #7DA2C9. Grayscale: #636363. Windows color (decimal): -8233674 or 3562882. OLE color: 3562882.

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

Color convert

RGB 130 93 54 -
CMYK 0 0.28 0.58 0.49
HSL 30.79º 0.41% 0.36% -
HSV(B) 30.79º 0.58% 0.51% -
XYZ 13.79 12.84 5.24 -
YUV 99.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 130 93 54 0 0.28 0.58 0.49 30.79 0.41 0.36
Hex 82 5D 36 0 1C 3A 31 1F 29 24
Octal 202 135 66 0 34 72 61 37 51 44
Binary 10000010 1011101 110110 0 11100 111010 110001 11111 101001 100100

Color Harmonies of #825D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D36

Black with #825D36

Text Example


Text Example

White with #825D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825D36; }

 p { color: rgb(130,93,54); }

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

background-color css

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

 a { background-color: rgb(130,93,54); }

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

border-color css

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

 span { border-color: rgb(130,93,54); }

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