Html Css Color HEX #875F37 McKenzie

📋 copy color: '#875F37'

red 135 ◦ green 95 ◦ blue 55

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

Shades of McKenzie #875F37

Tints of McKenzie #875F37

RGB

 RED value IS 135 (53.13% from 255) = 47.37%

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

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

R = 47.37%
G = 33.33%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#875F37 (or 0x875F37) is known color: McKenzie. HEX triplet: 87, 5F and 37. RGB value is (135,95,55). Sum of RGB (Red+Green+Blue) = 135+95+55=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F37 is #78A0C8. Grayscale: #666666. Windows color (decimal): -7905481 or 3628935. OLE color: 3628935.

HSL color Cylindrical-coordinate representation of color #875F37: hue angle of 30º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875F37 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 55 -
CMYK 0 0.30 0.59 0.47
HSL 30º 0.42% 0.37% -
HSV(B) 30º 0.59% 0.53% -
XYZ 14.77 13.61 5.46 -
YUV 102.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 135 95 55 0 0.30 0.59 0.47 30 0.42 0.37
Hex 87 5F 37 0 1E 3B 2F 1E 2A 25
Octal 207 137 67 0 36 73 57 36 52 45
Binary 10000111 1011111 110111 0 11110 111011 101111 11110 101010 100101

Color Harmonies of #875F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F37

Black with #875F37

Text Example


Text Example

White with #875F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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