#535C48

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

Shades of Cabbage Pont #535C48

Tints of Cabbage Pont #535C48

Color information

#535C48 (or 0x535C48) is unknown color: approx Cabbage Pont. HEX triplet: 53, 5C and 48. RGB value is (83,92,72). Sum of RGB (Red+Green+Blue) = 83+92+72=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #535C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C48 is #ACA3B7. Grayscale: #575757. Windows color (decimal): -11314104 or 4742227. OLE color: 4742227.

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

Color convert

RGB839272-
CMYK0.1000.220.64
HSL87º12.2%32.16%-
HSV(B)87º21.74%36.08%-
XYZ8.569.967.6-
YUV87.03119.52125.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=33.60%
G=37.25%
B=29.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392720.1000.220.648712.232.16
Hex535C48A0164057c20
Octal123134110120261001271440
Binary1010011101110010010001010010110100000010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535C48; }

 p { color: rgb(83,92,72); }

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

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

 a { background-color: rgb(83,92,72); }

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

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

 span { border-color: rgb(83,92,72); }

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