#525A48

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

Shades of Cabbage Pont #525A48

Tints of Cabbage Pont #525A48

Color information

#525A48 (or 0x525A48) is unknown color: approx Cabbage Pont. HEX triplet: 52, 5A and 48. RGB value is (82,90,72). Sum of RGB (Red+Green+Blue) = 82+90+72=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #525A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A48 is #ADA5B7. Grayscale: #555555. Windows color (decimal): -11380152 or 4741714. OLE color: 4741714.

HSL color Cylindrical-coordinate representation of color #525A48: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525A48 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB829072-
CMYK0.0900.200.65
HSL86.67º11.11%31.76%-
HSV(B)86.67º20%35.29%-
XYZ8.319.577.54-
YUV85.56120.35125.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=33.61%
G=36.89%
B=29.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290720.0900.200.6586.6711.1131.76
Hex525A4890144157b20
Octal122132110110241011271340
Binary1010010101101010010001001010100100000110101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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