Html Css Color HEX #825F37 McKenzie

📋 copy color: '#825F37'

red 130 ◦ green 95 ◦ blue 55

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

Shades of McKenzie #825F37

Tints of McKenzie #825F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 46.43%
G = 33.93%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#825F37 (or 0x825F37) is known color: McKenzie. HEX triplet: 82, 5F and 37. RGB value is (130,95,55). Sum of RGB (Red+Green+Blue) = 130+95+55=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F37 is #7DA0C8. Grayscale: #656565. Windows color (decimal): -8233161 or 3628930. OLE color: 3628930.

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

Color convert

RGB 130 95 55 -
CMYK 0 0.27 0.58 0.49
HSL 32º 0.41% 0.36% -
HSV(B) 32º 0.58% 0.51% -
XYZ 13.99 13.21 5.43 -
YUV 100.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 130 95 55 0 0.27 0.58 0.49 32 0.41 0.36
Hex 82 5F 37 0 1B 3A 31 20 29 24
Octal 202 137 67 0 33 72 61 40 51 44
Binary 10000010 1011111 110111 0 11011 111010 110001 100000 101001 100100

Color Harmonies of #825F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F37

Black with #825F37

Text Example


Text Example

White with #825F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,95,55); }

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

background-color css

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

 a { background-color: rgb(130,95,55); }

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

border-color css

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

 span { border-color: rgb(130,95,55); }

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