Html Css Color HEX #4A593B Cabbage Pont

📋 copy color: '#4A593B'

red 74 ◦ green 89 ◦ blue 59

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

Shades of Cabbage Pont #4A593B

Tints of Cabbage Pont #4A593B

RGB

 RED value IS 74 (29.3% 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 value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#4A593B (or 0x4A593B) is known color: 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

RGB 74 89 59 -
CMYK 0.17 0 0.34 0.65
HSL 90º 0.2% 0.29% -
HSV(B) 90º 0.34% 0.35% -
XYZ 7.19 8.92 5.48 -
YUV 81.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 74 89 59 0.17 0 0.34 0.65 90 0.2 0.29
Hex 4A 59 3B 11 0 22 41 5A 14 1D
Octal 112 131 73 21 0 42 101 132 24 35
Binary 1001010 1011001 111011 10001 0 100010 1000001 1011010 10100 11101

Color Harmonies of #4A593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A593B

Black with #4A593B

Text Example


Text Example

White with #4A593B

Text Example


Text Example

HTML Codes & Css Web 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>