Html Css Color HEX #4C5443 Cabbage Pont

📋 copy color: '#4C5443'

red 76 ◦ green 84 ◦ blue 67

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

Shades of Cabbage Pont #4C5443

Tints of Cabbage Pont #4C5443

RGB

 RED value IS 76 (30.08% from 255) = 33.48%

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 67 (26.56% from 255) = 29.52%

R = 33.48%
G = 37%
B = 29.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#4C5443 (or 0x4C5443) is known color: Cabbage Pont. HEX triplet: 4C, 54 and 43. RGB value is (76,84,67). Sum of RGB (Red+Green+Blue) = 76+84+67=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5443 is #B3ABBC. Grayscale: #4F4F4F. Windows color (decimal): -11774909 or 4412492. OLE color: 4412492.

HSL color Cylindrical-coordinate representation of color #4C5443: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C5443 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 67 -
CMYK 0.10 0 0.20 0.67
HSL 88.24º 0.11% 0.3% -
HSV(B) 88.24º 0.2% 0.33% -
XYZ 7.16 8.28 6.53 -
YUV 79.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 76 84 67 0.10 0 0.20 0.67 88.24 0.11 0.3
Hex 4C 54 43 A 0 14 43 58 B 1E
Octal 114 124 103 12 0 24 103 130 13 36
Binary 1001100 1010100 1000011 1010 0 10100 1000011 1011000 1011 11110

Color Harmonies of #4C5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5443

Black with #4C5443

Text Example


Text Example

White with #4C5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,67); }

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

background-color css

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

 a { background-color: rgb(76,84,67); }

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

border-color css

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

 span { border-color: rgb(76,84,67); }

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