Html Css Color HEX #525949 Cabbage Pont

📋 copy color: '#525949'

red 82 ◦ green 89 ◦ blue 73

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

Shades of Cabbage Pont #525949

Tints of Cabbage Pont #525949

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 33.61%
G = 36.48%
B = 29.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#525949 (or 0x525949) is known color: Cabbage Pont. HEX triplet: 52, 59 and 49. RGB value is (82,89,73). Sum of RGB (Red+Green+Blue) = 82+89+73=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #525949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525949 is #ADA6B6. Grayscale: #555555. Windows color (decimal): -11380407 or 4806994. OLE color: 4806994.

HSL color Cylindrical-coordinate representation of color #525949: hue angle of 86.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525949 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 73 -
CMYK 0.08 0 0.18 0.65
HSL 86.25º 0.1% 0.32% -
HSV(B) 86.25º 0.18% 0.35% -
XYZ 8.25 9.42 7.69 -
YUV 85.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 82 89 73 0.08 0 0.18 0.65 86.25 0.1 0.32
Hex 52 59 49 8 0 12 41 56 A 20
Octal 122 131 111 10 0 22 101 126 12 40
Binary 1010010 1011001 1001001 1000 0 10010 1000001 1010110 1010 100000

Color Harmonies of #525949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525949

Black with #525949

Text Example


Text Example

White with #525949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525949; }

 p { color: rgb(82,89,73); }

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

background-color css

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

 a { background-color: rgb(82,89,73); }

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

border-color css

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

 span { border-color: rgb(82,89,73); }

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