Html Css Color HEX #825D35 McKenzie

📋 copy color: '#825D35'

red 130 ◦ green 93 ◦ blue 53

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

Shades of McKenzie #825D35

Tints of McKenzie #825D35

RGB

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

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

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

R = 47.1%
G = 33.7%
B = 19.2%

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

#825D35 (or 0x825D35) is known color: McKenzie. HEX triplet: 82, 5D and 35. RGB value is (130,93,53). Sum of RGB (Red+Green+Blue) = 130+93+53=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D35 is #7DA2CA. Grayscale: #636363. Windows color (decimal): -8233675 or 3497346. OLE color: 3497346.

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

Color convert

RGB 130 93 53 -
CMYK 0 0.28 0.59 0.49
HSL 31.17º 0.42% 0.36% -
HSV(B) 31.17º 0.59% 0.51% -
XYZ 13.76 12.83 5.12 -
YUV 99.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 130 93 53 0 0.28 0.59 0.49 31.17 0.42 0.36
Hex 82 5D 35 0 1C 3B 31 1F 2A 24
Octal 202 135 65 0 34 73 61 37 52 44
Binary 10000010 1011101 110101 0 11100 111011 110001 11111 101010 100100

Color Harmonies of #825D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D35

Black with #825D35

Text Example


Text Example

White with #825D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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