#4A593B

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

Shades of Cabbage Pont #4A593B

Tints of Cabbage Pont #4A593B

Color information

#4A593B (or 0x4A593B) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 59 and 3B. RGB value is (74,89,59). Sum of RGB (Red+Green+Blue) = 74+89+59=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #4A593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A593B is #B5A6C4. Grayscale: #515151. Windows color (decimal): -11904709 or 3889482. OLE color: 3889482.

HSL color Cylindrical-coordinate representation of color #4A593B: hue angle of 90º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A593B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB748959-
CMYK0.1700.340.65
HSL90º20.27%29.02%-
HSV(B)90º33.71%34.9%-
XYZ7.198.925.48-
YUV81.1115.53122.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=33.33%
G=40.09%
B=26.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489590.1700.340.659020.2729.02
Hex4A593B11022415a141d
Octal11213173210421011322435
Binary10010101011001111011100010100010100000110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A593B; }

 p { color: rgb(74,89,59); }

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

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

 a { background-color: rgb(74,89,59); }

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

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

 span { border-color: rgb(74,89,59); }

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