Html Css Color HEX #825E35 McKenzie

📋 copy color: '#825E35'

red 130 ◦ green 94 ◦ blue 53

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

Shades of McKenzie #825E35

Tints of McKenzie #825E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 46.93%
G = 33.94%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825E35 (or 0x825E35) is known color: McKenzie. HEX triplet: 82, 5E and 35. RGB value is (130,94,53). Sum of RGB (Red+Green+Blue) = 130+94+53=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E35 is #7DA1CA. Grayscale: #646464. Windows color (decimal): -8233419 or 3497602. OLE color: 3497602.

HSL color Cylindrical-coordinate representation of color #825E35: hue angle of 31.95º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825E35 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 53 -
CMYK 0 0.28 0.59 0.49
HSL 31.95º 0.42% 0.36% -
HSV(B) 31.95º 0.59% 0.51% -
XYZ 13.85 13.01 5.15 -
YUV 100.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 130 94 53 0 0.28 0.59 0.49 31.95 0.42 0.36
Hex 82 5E 35 0 1C 3B 31 20 2A 24
Octal 202 136 65 0 34 73 61 40 52 44
Binary 10000010 1011110 110101 0 11100 111011 110001 100000 101010 100100

Color Harmonies of #825E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E35

Black with #825E35

Text Example


Text Example

White with #825E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,53); }

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

background-color css

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

 a { background-color: rgb(130,94,53); }

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

border-color css

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

 span { border-color: rgb(130,94,53); }

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