Html Css Color HEX #825C34 McKenzie

📋 copy color: '#825C34'

red 130 ◦ green 92 ◦ blue 52

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

Shades of McKenzie #825C34

Tints of McKenzie #825C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 47.45%
G = 33.58%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#825C34 (or 0x825C34) is known color: McKenzie. HEX triplet: 82, 5C and 34. RGB value is (130,92,52). Sum of RGB (Red+Green+Blue) = 130+92+52=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #825C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C34 is #7DA3CB. Grayscale: #636363. Windows color (decimal): -8233932 or 3431554. OLE color: 3431554.

HSL color Cylindrical-coordinate representation of color #825C34: hue angle of 30.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825C34 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 52 -
CMYK 0 0.29 0.60 0.49
HSL 30.77º 0.43% 0.36% -
HSV(B) 30.77º 0.6% 0.51% -
XYZ 13.65 12.65 4.97 -
YUV 98.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 130 92 52 0 0.29 0.60 0.49 30.77 0.43 0.36
Hex 82 5C 34 0 1D 3C 31 1F 2B 24
Octal 202 134 64 0 35 74 61 37 53 44
Binary 10000010 1011100 110100 0 11101 111100 110001 11111 101011 100100

Color Harmonies of #825C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C34

Black with #825C34

Text Example


Text Example

White with #825C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,52); }

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

background-color css

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

 a { background-color: rgb(130,92,52); }

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

border-color css

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

 span { border-color: rgb(130,92,52); }

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