Html Css Color HEX #4C5645 Cabbage Pont

📋 copy color: '#4C5645'

red 76 ◦ green 86 ◦ blue 69

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

Shades of Cabbage Pont #4C5645

Tints of Cabbage Pont #4C5645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 32.9%
G = 37.23%
B = 29.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#4C5645 (or 0x4C5645) is known color: Cabbage Pont. HEX triplet: 4C, 56 and 45. RGB value is (76,86,69). Sum of RGB (Red+Green+Blue) = 76+86+69=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5645 is #B3A9BA. Grayscale: #515151. Windows color (decimal): -11774395 or 4544076. OLE color: 4544076.

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

Color convert

RGB 76 86 69 -
CMYK 0.12 0 0.20 0.66
HSL 95.29º 0.11% 0.3% -
HSV(B) 95.29º 0.2% 0.34% -
XYZ 7.38 8.62 6.91 -
YUV 81.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 76 86 69 0.12 0 0.20 0.66 95.29 0.11 0.3
Hex 4C 56 45 C 0 14 42 5F B 1E
Octal 114 126 105 14 0 24 102 137 13 36
Binary 1001100 1010110 1000101 1100 0 10100 1000010 1011111 1011 11110

Color Harmonies of #4C5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5645

Black with #4C5645

Text Example


Text Example

White with #4C5645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,86,69); }

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

background-color css

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

 a { background-color: rgb(76,86,69); }

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

border-color css

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

 span { border-color: rgb(76,86,69); }

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