Html Css Color HEX #526147 Cabbage Pont

📋 copy color: '#526147'

red 82 ◦ green 97 ◦ blue 71

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

Shades of Cabbage Pont #526147

Tints of Cabbage Pont #526147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 32.8%
G = 38.8%
B = 28.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#526147 (or 0x526147) is known color: Cabbage Pont. HEX triplet: 52, 61 and 47. RGB value is (82,97,71). Sum of RGB (Red+Green+Blue) = 82+97+71=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #526147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526147 is #AD9EB8. Grayscale: #595959. Windows color (decimal): -11378361 or 4677970. OLE color: 4677970.

HSL color Cylindrical-coordinate representation of color #526147: hue angle of 94.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526147 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 71 -
CMYK 0.15 0 0.27 0.62
HSL 94.62º 0.15% 0.33% -
HSV(B) 94.62º 0.27% 0.38% -
XYZ 8.89 10.8 7.58 -
YUV 89.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 82 97 71 0.15 0 0.27 0.62 94.62 0.15 0.33
Hex 52 61 47 F 0 1B 3E 5F F 21
Octal 122 141 107 17 0 33 76 137 17 41
Binary 1010010 1100001 1000111 1111 0 11011 111110 1011111 1111 100001

Color Harmonies of #526147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526147

Black with #526147

Text Example


Text Example

White with #526147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526147; }

 p { color: rgb(82,97,71); }

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

background-color css

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

 a { background-color: rgb(82,97,71); }

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

border-color css

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

 span { border-color: rgb(82,97,71); }

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