#525D48

Color #525D48 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #525D48

Tints of Cabbage Pont #525D48

Color information

#525D48 (or 0x525D48) is unknown color: approx Cabbage Pont. HEX triplet: 52, 5D and 48. RGB value is (82,93,72). Sum of RGB (Red+Green+Blue) = 82+93+72=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #525D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D48 is #ADA2B7. Grayscale: #575757. Windows color (decimal): -11379384 or 4742482. OLE color: 4742482.

HSL color Cylindrical-coordinate representation of color #525D48: hue angle of 91.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #525D48 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB829372-
CMYK0.1200.230.64
HSL91.43º12.73%32.35%-
HSV(B)91.43º22.58%36.47%-
XYZ8.5610.097.63-
YUV87.32119.36124.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=33.20%
G=37.65%
B=29.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293720.1200.230.6491.4312.7332.35
Hex525D48C017405bd20
Octal122135110140271001331540
Binary1010010101110110010001100010111100000010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D48; }

 p { color: rgb(82,93,72); }

 H1.HeaderClassName
 {
   color: #525D48;
 }
 .AnyTagClassName
 {
   color: #525D48;
 }
</style>
background-color css

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

 a { background-color: rgb(82,93,72); }

 div.DivClassName
 {
   background-color: #525D48;
 }
 .BgClassName
 {
   background-color: #525D48;
 }
</style>
border-color css

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

 span { border-color: rgb(82,93,72); }

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