Html Css Color HEX #85827D Concord

📋 copy color: '#85827D'

red 133 ◦ green 130 ◦ blue 125

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

Shades of Concord #85827D

Tints of Concord #85827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 34.28%
G = 33.51%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85827D (or 0x85827D) is known color: Concord. HEX triplet: 85, 82 and 7D. RGB value is (133,130,125). Sum of RGB (Red+Green+Blue) = 133+130+125=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #85827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827D is #7A7D82. Grayscale: #828282. Windows color (decimal): -8027523 or 8225413. OLE color: 8225413.

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

Color convert

RGB 133 130 125 -
CMYK 0 0.02 0.06 0.48
HSL 37.5º 0.03% 0.51% -
HSV(B) 37.5º 0.06% 0.52% -
XYZ 21.36 22.43 22.61 -
YUV 130.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 133 130 125 0 0.02 0.06 0.48 37.5 0.03 0.51
Hex 85 82 7D 0 2 6 30 26 3 33
Octal 205 202 175 0 2 6 60 46 3 63
Binary 10000101 10000010 1111101 0 10 110 110000 100110 11 110011

Color Harmonies of #85827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85827D

Black with #85827D

Text Example


Text Example

White with #85827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85827D; }

 p { color: rgb(133,130,125); }

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

background-color css

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

 a { background-color: rgb(133,130,125); }

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

border-color css

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

 span { border-color: rgb(133,130,125); }

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