Html Css Color HEX #4A573C Cabbage Pont

📋 copy color: '#4A573C'

red 74 ◦ green 87 ◦ blue 60

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

Shades of Cabbage Pont #4A573C

Tints of Cabbage Pont #4A573C

RGB

 RED value IS 74 (29.3% from 255) = 33.48%

 GREEN value IS 87 (34.38% from 255) = 39.37%

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 33.48%
G = 39.37%
B = 27.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#4A573C (or 0x4A573C) is known color: Cabbage Pont. HEX triplet: 4A, 57 and 3C. RGB value is (74,87,60). Sum of RGB (Red+Green+Blue) = 74+87+60=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #4A573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A573C is #B5A8C3. Grayscale: #505050. Windows color (decimal): -11905220 or 3954506. OLE color: 3954506.

HSL color Cylindrical-coordinate representation of color #4A573C: hue angle of 88.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A573C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 87 60 -
CMYK 0.15 0 0.31 0.66
HSL 88.89º 0.18% 0.29% -
HSV(B) 88.89º 0.31% 0.34% -
XYZ 7.05 8.6 5.56 -
YUV 80.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 74 87 60 0.15 0 0.31 0.66 88.89 0.18 0.29
Hex 4A 57 3C F 0 1F 42 59 12 1D
Octal 112 127 74 17 0 37 102 131 22 35
Binary 1001010 1010111 111100 1111 0 11111 1000010 1011001 10010 11101

Color Harmonies of #4A573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A573C

Black with #4A573C

Text Example


Text Example

White with #4A573C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,87,60); }

 H1.HeaderClassName
 {
   color: #4A573C;
 }
 .AnyTagClassName
 {
   color: #4A573C;
 }
</style>

background-color css

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

 a { background-color: rgb(74,87,60); }

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

border-color css

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

 span { border-color: rgb(74,87,60); }

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