Html Css Color HEX #85837F Concord

📋 copy color: '#85837F'

red 133 ◦ green 131 ◦ blue 127

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

Shades of Concord #85837F

Tints of Concord #85837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 34.02%
G = 33.5%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85837F (or 0x85837F) is known color: Concord. HEX triplet: 85, 83 and 7F. RGB value is (133,131,127). Sum of RGB (Red+Green+Blue) = 133+131+127=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 133 - color contains mainly: red. Hex color #85837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837F is #7A7C80. Grayscale: #838383. Windows color (decimal): -8027265 or 8356741. OLE color: 8356741.

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

Color convert

RGB 133 131 127 -
CMYK 0 0.02 0.05 0.48
HSL 40º 0.02% 0.51% -
HSV(B) 40º 0.05% 0.52% -
XYZ 21.62 22.75 23.33 -
YUV 131.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 133 131 127 0 0.02 0.05 0.48 40 0.02 0.51
Hex 85 83 7F 0 2 5 30 28 2 33
Octal 205 203 177 0 2 5 60 50 2 63
Binary 10000101 10000011 1111111 0 10 101 110000 101000 10 110011

Color Harmonies of #85837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85837F

Black with #85837F

Text Example


Text Example

White with #85837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85837F; }

 p { color: rgb(133,131,127); }

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

background-color css

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

 a { background-color: rgb(133,131,127); }

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

border-color css

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

 span { border-color: rgb(133,131,127); }

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