Html Css Color HEX #858179 Concord

📋 copy color: '#858179'

red 133 ◦ green 129 ◦ blue 121

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

Shades of Concord #858179

Tints of Concord #858179

RGB

 RED value IS 133 (52.34% from 255) = 34.73%

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 34.73%
G = 33.68%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#858179 (or 0x858179) is known color: Concord. HEX triplet: 85, 81 and 79. RGB value is (133,129,121). Sum of RGB (Red+Green+Blue) = 133+129+121=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #858179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858179 is #7A7E86. Grayscale: #818181. Windows color (decimal): -8027783 or 7963013. OLE color: 7963013.

HSL color Cylindrical-coordinate representation of color #858179: hue angle of 40º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858179 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 121 -
CMYK 0 0.03 0.09 0.48
HSL 40º 0.05% 0.5% -
HSV(B) 40º 0.09% 0.52% -
XYZ 20.97 22.07 21.24 -
YUV 129.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 133 129 121 0 0.03 0.09 0.48 40 0.05 0.5
Hex 85 81 79 0 3 9 30 28 5 32
Octal 205 201 171 0 3 11 60 50 5 62
Binary 10000101 10000001 1111001 0 11 1001 110000 101000 101 110010

Color Harmonies of #858179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858179

Black with #858179

Text Example


Text Example

White with #858179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858179; }

 p { color: rgb(133,129,121); }

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

background-color css

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

 a { background-color: rgb(133,129,121); }

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

border-color css

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

 span { border-color: rgb(133,129,121); }

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